Skip to content

Commit ac3716d

Browse files
committed
Removed unnessary class in unit test
1 parent dbb9826 commit ac3716d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

sdks/python/apache_beam/runners/dataflow/dataflow_runner_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -734,9 +734,6 @@ def test_explicit_streaming_no_unbounded(self):
734734
p.result.job.proto.type,
735735
apiclient.dataflow.Job.TypeValueValuesEnum.JOB_TYPE_STREAMING)
736736

737-
738-
class DataflowRunnerV2DisabledTest(unittest.TestCase):
739-
740737
def test_runner_v2_disabled_experiments_raise(self):
741738
disable_experiments = [
742739
'disable_portable_runner',

0 commit comments

Comments
 (0)