We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc02cc1 commit b0c413eCopy full SHA for b0c413e
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