You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wi...@apache.org on 2014/08/07 22:19:13 UTC

git commit: Silence another flaky test.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master b0c6f9179 -> b0fef4b20


Silence another flaky test.

Testing Done:
I cannot reproduce the build breakage on either the vagrant image or my
development environment.  Silencing until we have a better solution for
running these tests in isolation.

Reviewed at https://reviews.apache.org/r/24466/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/b0fef4b2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/b0fef4b2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/b0fef4b2

Branch: refs/heads/master
Commit: b0fef4b2004b416784ed9562f0bbcebc8947eeb2
Parents: b0c6f91
Author: Brian Wickman <wi...@apache.org>
Authored: Thu Aug 7 13:19:08 2014 -0700
Committer: Brian Wickman <wi...@apache.org>
Committed: Thu Aug 7 13:19:08 2014 -0700

----------------------------------------------------------------------
 src/test/python/apache/aurora/executor/common/test_announcer.py | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/b0fef4b2/src/test/python/apache/aurora/executor/common/test_announcer.py
----------------------------------------------------------------------
diff --git a/src/test/python/apache/aurora/executor/common/test_announcer.py b/src/test/python/apache/aurora/executor/common/test_announcer.py
index 6f1bd93..4f6e200 100644
--- a/src/test/python/apache/aurora/executor/common/test_announcer.py
+++ b/src/test/python/apache/aurora/executor/common/test_announcer.py
@@ -156,6 +156,8 @@ def test_announcer_on_expiration():
     announcer.stop()
 
 
+# TODO(wickman) https://issues.apache.org/jira/browse/AURORA-639
+@pytest.mark.skipif('True')
 def test_announcer_under_abnormal_circumstances():
   mock_serverset = mock.MagicMock(spec=ServerSet)
   mock_serverset.join = mock.MagicMock()