You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/11/09 22:34:37 UTC

mesos git commit: Temporarily disabled SchedulerTest.NoOffersWithAllRolesSuppressed.

Repository: mesos
Updated Branches:
  refs/heads/master 1132e1dda -> fcc9d94d2


Temporarily disabled SchedulerTest.NoOffersWithAllRolesSuppressed.


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

Branch: refs/heads/master
Commit: fcc9d94d2c06f7453f1b0852b0d2e17ffed0e888
Parents: 1132e1d
Author: Alexander Rukletsov <al...@apache.org>
Authored: Thu Nov 9 23:33:25 2017 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Thu Nov 9 23:33:25 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/fcc9d94d/src/tests/scheduler_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/scheduler_tests.cpp b/src/tests/scheduler_tests.cpp
index 60f60cc..c3ac706 100644
--- a/src/tests/scheduler_tests.cpp
+++ b/src/tests/scheduler_tests.cpp
@@ -1476,7 +1476,9 @@ TEST_P(SchedulerTest, Suppress)
 }
 
 
-TEST_P(SchedulerTest, NoOffersWithAllRolesSuppressed)
+// TODO(alexr): Re-enable this test after MESOS-8200 is resolved and the test
+// itself is fixed as well, see MESOS-7996.
+TEST_P(SchedulerTest, DISABLED_NoOffersWithAllRolesSuppressed)
 {
   master::Flags flags = CreateMasterFlags();