Repository: beam
Updated Branches:
  refs/heads/master 437ba2505 -> 38a01e9cf


Disable newly added tests, that is failing is post-commits.


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/32cd4836
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/32cd4836
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/32cd4836

Branch: refs/heads/master
Commit: 32cd4836d2441c10fa71df4344c6b546c2c0ca3a
Parents: 437ba25
Author: Ahmet Altay <[email protected]>
Authored: Fri Feb 24 20:19:49 2017 -0800
Committer: Ahmet Altay <[email protected]>
Committed: Fri Feb 24 20:19:49 2017 -0800

----------------------------------------------------------------------
 sdks/python/apache_beam/pipeline_test.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/32cd4836/sdks/python/apache_beam/pipeline_test.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/pipeline_test.py 
b/sdks/python/apache_beam/pipeline_test.py
index a08edf8..d80a4e8 100644
--- a/sdks/python/apache_beam/pipeline_test.py
+++ b/sdks/python/apache_beam/pipeline_test.py
@@ -21,7 +21,8 @@ import logging
 import platform
 import unittest
 
-from nose.plugins.attrib import attr
+# TODO(BEAM-1555): Test is failing on the service, with FakeSource.
+# from nose.plugins.attrib import attr
 
 from apache_beam.metrics import Metrics
 from apache_beam.pipeline import Pipeline
@@ -137,7 +138,8 @@ class PipelineTest(unittest.TestCase):
     assert_that(pcoll, equal_to([[1, 2, 3]]))
     pipeline.run()
 
-  @attr('ValidatesRunner')
+  # TODO(BEAM-1555): Test is failing on the service, with FakeSource.
+  # @attr('ValidatesRunner')
   def test_metrics_in_source(self):
     pipeline = TestPipeline()
     pcoll = pipeline | Read(FakeSource([1, 2, 3, 4, 5, 6]))

Reply via email to