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 \