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 bb246d4 commit cc02cc1Copy full SHA for cc02cc1
sdks/python/apache_beam/io/gcp/tests/xlang_spannerio_it_test.py
@@ -105,7 +105,7 @@ def setUpClass(cls):
105
pipeline = TestPipeline(is_integration_test=True)
106
runner_name = type(pipeline.runner).__name__
107
if 'DataflowRunner' in runner_name:
108
- pytest.skip("Spanner emulator not compatible with dataflow runner.")
+ pytest.skip("Spanner emulator not compatible with dataflow runner.")
109
argv = pipeline.get_full_options_as_args()
110
111
known_args, _ = parser.parse_known_args(argv)
0 commit comments