You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2015/06/29 23:25:48 UTC

mesos git commit: Disabled flaky HookTest::VerifySlaveLaunchExecutorHook test.

Repository: mesos
Updated Branches:
  refs/heads/master fcbb923e0 -> abb7ef1b2


Disabled flaky HookTest::VerifySlaveLaunchExecutorHook test.

Review: https://reviews.apache.org/r/36021


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

Branch: refs/heads/master
Commit: abb7ef1b2f88d9bc661e30da3ec490f2a838b5ba
Parents: fcbb923
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Mon Jun 29 14:25:35 2015 -0700
Committer: Benjamin Mahler <be...@gmail.com>
Committed: Mon Jun 29 14:25:35 2015 -0700

----------------------------------------------------------------------
 src/tests/hook_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/abb7ef1b/src/tests/hook_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/hook_tests.cpp b/src/tests/hook_tests.cpp
index 806ba03..09205fb 100644
--- a/src/tests/hook_tests.cpp
+++ b/src/tests/hook_tests.cpp
@@ -255,7 +255,7 @@ TEST_F(HookTest, VerifySlaveExecutorEnvironmentDecorator)
 // Test executor environment decorator hook and remove executor hook
 // for slave. We expect the environment-decorator hook to create a
 // temporary file and the remove-executor hook to delete that file.
-TEST_F(HookTest, VerifySlaveLaunchExecutorHook)
+TEST_F(HookTest, DISABLED_VerifySlaveLaunchExecutorHook)
 {
   master::Flags masterFlags = CreateMasterFlags();