Skip to content

Commit d33ac3c

Browse files
committed
Disable the newly added test for samza runner.
1 parent fd8b8c2 commit d33ac3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdks/python/apache_beam/runners/portability/samza_runner_test.py

+3
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ def test_custom_merging_window(self):
186186
def test_custom_window_type(self):
187187
raise unittest.SkipTest("https://github.com/apache/beam/issues/21049")
188188

189+
def test_reshuffle_after_custom_window(self):
190+
raise unittest.SkipTest("https://github.com/apache/beam/issues/34831")
191+
189192

190193
if __name__ == '__main__':
191194
# Run the tests.

0 commit comments

Comments
 (0)