File tree 2 files changed +6
-2
lines changed
sdks/python/apache_beam/runners/portability
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,9 @@ def test_flattened_side_input(self):
145
145
def test_flatten_and_gbk (self ):
146
146
# Blocked on support for transcoding
147
147
# https://github.com/apache/beam/issues/20984
148
- super ().test_flatten_and_gbk (with_transcoding = False )
148
+ # Also blocked on support of flatten and groupby sharing the same input
149
+ # https://github.com/apache/beam/issues/34647
150
+ raise unittest .SkipTest ("https://github.com/apache/beam/issues/34647" )
149
151
150
152
def test_pack_combiners (self ):
151
153
# Stages produced by translations.pack_combiners are fused
Original file line number Diff line number Diff line change @@ -180,7 +180,9 @@ def test_flattened_side_input(self):
180
180
def test_flatten_and_gbk (self ):
181
181
# Blocked on support for transcoding
182
182
# https://github.com/apache/beam/issues/19504
183
- super ().test_flatten_and_gbk (with_transcoding = False )
183
+ # Also blocked on support of flatten and groupby sharing the same input
184
+ # https://github.com/apache/beam/issues/34647
185
+ raise unittest .SkipTest ("https://github.com/apache/beam/issues/34647" )
184
186
185
187
def test_custom_merging_window (self ):
186
188
raise unittest .SkipTest ("https://github.com/apache/beam/issues/20641" )
You can’t perform that action at this time.
0 commit comments