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 2018/02/26 14:50:52 UTC

mesos git commit: Disabled NsTest.SupportedNamespaces test.

Repository: mesos
Updated Branches:
  refs/heads/master 8098ac239 -> 4f5a2500a


Disabled NsTest.SupportedNamespaces test.


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

Branch: refs/heads/master
Commit: 4f5a2500a9e3e5e3ffb6e358e8a782d408cdb0bf
Parents: 8098ac2
Author: Alexander Rukletsov <al...@apache.org>
Authored: Mon Feb 26 15:50:22 2018 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Mon Feb 26 15:50:22 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/4f5a2500/src/tests/containerizer/ns_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/containerizer/ns_tests.cpp b/src/tests/containerizer/ns_tests.cpp
index 76bd2ca..904b933 100644
--- a/src/tests/containerizer/ns_tests.cpp
+++ b/src/tests/containerizer/ns_tests.cpp
@@ -99,7 +99,9 @@ TEST(NsTest, ROOT_setns)
 
 
 // Test the ns::supported() API.
-TEST(NsTest, SupportedNamespaces)
+//
+// TODO(alexr): Enable after MESOS-8610 is resolved.
+TEST(NsTest, DISABLED_SupportedNamespaces)
 {
   set<int> namespaces = ns::nstypes();
   ASSERT_FALSE(namespaces.empty());