We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7283e commit cbda69bCopy full SHA for cbda69b
sdks/python/apache_beam/io/gcp/tests/xlang_spannerio_it_test.py
@@ -103,6 +103,7 @@ def setUpClass(cls):
103
)
104
105
pipeline = TestPipeline(is_integration_test=True)
106
+
107
runner_name = type(pipeline.runner).__name__
108
if 'DataflowRunner' in runner_name:
109
pytest.skip("Spanner emulator not compatible with dataflow runner.")
0 commit comments