This is an automated email from the ASF dual-hosted git repository.
jieyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new 76c4d0b Temporarily disabled the PortMapper test.
76c4d0b is described below
commit 76c4d0b196bed905de0230bd37a1c6f9f5a76ffb
Author: Jie Yu <[email protected]>
AuthorDate: Wed Aug 8 10:30:00 2018 -0700
Temporarily disabled the PortMapper test.
It's flaky on some platforms.
---
src/tests/containerizer/cni_isolator_tests.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tests/containerizer/cni_isolator_tests.cpp
b/src/tests/containerizer/cni_isolator_tests.cpp
index dda5004..cae2c19 100644
--- a/src/tests/containerizer/cni_isolator_tests.cpp
+++ b/src/tests/containerizer/cni_isolator_tests.cpp
@@ -1871,7 +1871,7 @@ public:
};
-TEST_F(CniIsolatorPortMapperTest, ROOT_NC_PortMapper)
+TEST_F(CniIsolatorPortMapperTest, DISABLED_ROOT_NC_PortMapper)
{
constexpr size_t NUM_CONTAINERS = 3;