Skip to content

Commit

Permalink
Merge pull request #30951 [BEAM-30950] Disable failing test for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb authored Apr 12, 2024
2 parents dac2bd8 + 179103f commit ce364e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit ce364e1

Please sign in to comment.