This is an automated email from the ASF dual-hosted git repository.

chhsiao 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 da13db3  Disabled a flaky SLRP test due to MESOS-9130.
da13db3 is described below

commit da13db36d9735ec6f03817fb7da8d7e2ef00831c
Author: Chun-Hung Hsiao <[email protected]>
AuthorDate: Wed Aug 22 09:48:01 2018 -0700

    Disabled a flaky SLRP test due to MESOS-9130.
---
 src/tests/storage_local_resource_provider_tests.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/tests/storage_local_resource_provider_tests.cpp 
b/src/tests/storage_local_resource_provider_tests.cpp
index d78ecbc..65b1464 100644
--- a/src/tests/storage_local_resource_provider_tests.cpp
+++ b/src/tests/storage_local_resource_provider_tests.cpp
@@ -3102,7 +3102,8 @@ TEST_F(
 
 // This test verifies that storage local resource provider properly
 // reports the metric related to CSI plugin container terminations.
-TEST_F(StorageLocalResourceProviderTest, ROOT_ContainerTerminationMetric)
+TEST_F(
+    StorageLocalResourceProviderTest, DISABLED_ROOT_ContainerTerminationMetric)
 {
   setupResourceProviderConfig(Gigabytes(4));
 

Reply via email to