From e71bf5ab25af8f531e7debd9ccebcc98370e279b Mon Sep 17 00:00:00 2001 From: Sam Lijin Date: Mon, 3 Nov 2025 16:12:34 -0800 Subject: [PATCH] chore: ignore new integ test Signed-off-by: Sam Lijin --- integ-tests/python/run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/integ-tests/python/run_tests.sh b/integ-tests/python/run_tests.sh index dd30341df9..d4abff9231 100755 --- a/integ-tests/python/run_tests.sh +++ b/integ-tests/python/run_tests.sh @@ -25,3 +25,4 @@ uv run pytest "$@" \ --ignore=tests/test_emit.py \ --ignore=tests/test_timeouts.py \ --ignore=tests/test_tracing.py \ + --ignore=tests/providers/test_aws_video_request.py \