diff --git a/sdks/python/build.gradle b/sdks/python/build.gradle index 713acea0f41d..33c339dbd50b 100644 --- a/sdks/python/build.gradle +++ b/sdks/python/build.gradle @@ -121,7 +121,7 @@ tasks.register("yamlIntegrationTests") { doLast { exec { executable 'sh' - args '-c', "${envdir}/bin/pytest -v apache_beam/yaml/integration_tests.py" + args '-c', "${envdir}/bin/pytest -v apache_beam/yaml/integration_tests.py --deselect apache_beam/yaml/integration_tests.py::BigqueryTest::test_ReadFromBigQuery_ExternalJavaProvider_0" } } }