Skip to content

Commit 43f1c49

Browse files
authored
[yaml] Remove test_ReadFromBigQuery_ExternalJavaProvider_0 deselection (#37986)
* [yaml] Remove test_ReadFromBigQuery_ExternalJavaProvider_0 deselection * post commit kickoff, but probably won't work
1 parent 7558194 commit 43f1c49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"revision": 8
3+
"revision": 1
44
}

sdks/python/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ tasks.register("postCommitYamlIntegrationTests") {
175175
}
176176
exec {
177177
executable 'sh'
178-
args '-c', "${envdir}/bin/pytest -v apache_beam/yaml/integration_tests.py --deselect apache_beam/yaml/integration_tests.py::BigqueryTest::test_ReadFromBigQuery_ExternalJavaProvider_0 --test_files_dir='${test_files_dir}'"
178+
args '-c', "${envdir}/bin/pytest -v apache_beam/yaml/integration_tests.py --test_files_dir='${test_files_dir}'"
179179
}
180180
}
181181
}

0 commit comments

Comments
 (0)