Skip to content

Commit

Permalink
Temporarily disabled VerifySlaveLaunchExecutorHook test.
Browse files Browse the repository at this point in the history
Hook test is flaky and has been temporarily disabled until we have
fixed the synchronization between executorTerminated hook and test
body.
  • Loading branch information
Niklas Q. Nielsen committed Jan 16, 2015
1 parent 9e30ea9 commit 2a34f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/hook_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ TEST_F(HookTest, VerifyMasterLaunchTaskHook)
// 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();

Expand Down

0 comments on commit 2a34f0c

Please sign in to comment.