File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ def setUpClass(cls):
105105 pipeline = TestPipeline (is_integration_test = True )
106106 runner_name = type (pipeline .runner ).__name__
107107 if 'DataflowRunner' in runner_name :
108- cls . skipTest ("Spanner emulator not compatible with dataflow runner." )
108+ pytest . skip ("Spanner emulator not compatible with dataflow runner." )
109109 argv = pipeline .get_full_options_as_args ()
110110
111111 known_args , _ = parser .parse_known_args (argv )
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ def setUpClass(cls):
141141 pipeline = TestPipeline (is_integration_test = True )
142142 runner_name = type (pipeline .runner ).__name__
143143 if 'DataflowRunner' in runner_name :
144- cls . skipTest ("Spanner emulator not compatible with dataflow runner." )
144+ pytest . skip ("Spanner emulator not compatible with dataflow runner." )
145145
146146 cls .project_id = 'test-project'
147147 cls .instance_id = 'test-instance'
You can’t perform that action at this time.
0 commit comments