Skip to content

Commit 7ecbb2a

Browse files
authored
Pin a mocking test to DirectRunner (#35883)
* Pin a mocking test to DirectRunner * Update bigquery_test.py
1 parent 14bb49c commit 7ecbb2a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sdks/python/apache_beam/io/gcp/bigquery_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,9 @@ def test_insert_rows_json_intermittent_retriable_exception(
15671567
exception_type(error_message), exception_type(error_message), []
15681568
]
15691569

1570-
with beam.Pipeline() as p:
1570+
# This relies on DirectRunner-specific mocking behavior which can be
1571+
# inconsistent on Prism
1572+
with beam.Pipeline('FnApiRunner') as p:
15711573
_ = (
15721574
p
15731575
| beam.Create([{

0 commit comments

Comments
 (0)