Skip to content

Commit

Permalink
Closes #1571
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Dec 12, 2016
2 parents b265dce + 0a70e58 commit f086afe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdks/python/apache_beam/dataflow_test.py
Expand Up @@ -176,7 +176,9 @@ def my_fn(k, s):
assert_that(result, equal_to([(1, 'empty'), (2, 'empty')]))
pipeline.run()

@attr('ValidatesRunner')
# @attr('ValidatesRunner')
# TODO(BEAM-1124): Temporarily disable it due to test failed running on
# Dataflow service.
def test_multi_valued_singleton_side_input(self):
pipeline = TestPipeline()
pcol = pipeline | 'start' >> Create([1, 2])
Expand Down

0 comments on commit f086afe

Please sign in to comment.