Skip to content

Commit

Permalink
fixup! Better Code Style
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Liu committed Dec 10, 2016
1 parent 9931c7d commit 28d9dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/python/apache_beam/dataflow_test.py
Expand Up @@ -177,8 +177,8 @@ def my_fn(k, s):
pipeline.run()

# @attr('ValidatesRunner')
# Temproraly disable it due to test failed running on Dataflow service.
# Tracked by [BEAM-1124]
# 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 28d9dc5

Please sign in to comment.