Repository: incubator-beam Updated Branches: refs/heads/python-sdk b265dceaa -> f086afe12
[BEAM-1124] Temporarily Ignore a ValidatesRunnerTest That Broke Postcommit Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/0a70e581 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/0a70e581 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/0a70e581 Branch: refs/heads/python-sdk Commit: 0a70e581bef4258dfb18f3c5db8f9a9369ab13e8 Parents: b265dce Author: Mark Liu <[email protected]> Authored: Fri Dec 9 16:55:45 2016 -0800 Committer: Robert Bradshaw <[email protected]> Committed: Mon Dec 12 14:19:57 2016 -0800 ---------------------------------------------------------------------- sdks/python/apache_beam/dataflow_test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/0a70e581/sdks/python/apache_beam/dataflow_test.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/dataflow_test.py b/sdks/python/apache_beam/dataflow_test.py index ba3553a..f410230 100644 --- a/sdks/python/apache_beam/dataflow_test.py +++ b/sdks/python/apache_beam/dataflow_test.py @@ -176,7 +176,9 @@ class DataflowTest(unittest.TestCase): 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])
