Repository: mesos
Updated Branches:
  refs/heads/master b2228a2f3 -> 657dc0506


Disabled flaky MasterTest.UpdateSlaveMessageWithPendingOffers test.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/657dc050
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/657dc050
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/657dc050

Branch: refs/heads/master
Commit: 657dc05060b2798a73e9039e946245e71e374aa5
Parents: b2228a2
Author: Alexander Rukletsov <al...@apache.org>
Authored: Thu Jan 25 18:50:40 2018 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Thu Jan 25 18:50:40 2018 +0100

----------------------------------------------------------------------
 src/tests/master_tests.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/657dc050/src/tests/master_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/master_tests.cpp b/src/tests/master_tests.cpp
index ad568cb..4a284c4 100644
--- a/src/tests/master_tests.cpp
+++ b/src/tests/master_tests.cpp
@@ -8612,7 +8612,9 @@ TEST_F_TEMP_DISABLED_ON_WINDOWS(MasterTest, 
RegistryGcByCount)
 // that isn't motivated by (re-)registration (e.g. when adding
 // resources) is correctly handled by agent and master: Offers are
 // rescinded and new resources are offered.
-TEST_F(MasterTest, UpdateSlaveMessageWithPendingOffers)
+//
+// TODO(alexr): Enable after MESOS-8490 is resolved.
+TEST_F(MasterTest, DISABLED_UpdateSlaveMessageWithPendingOffers)
 {
   Clock::pause();
 

Reply via email to