Repository: mesos Updated Branches: refs/heads/master d3eede1a1 -> 781414099
Temporarily disabled HealthcheckTest.ConsecutiveFailures test due to MESOS-1613. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/78141409 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/78141409 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/78141409 Branch: refs/heads/master Commit: 7814140991217209494f5ec0f266e1d7b0f1d897 Parents: d3eede1 Author: Vinod Kone <[email protected]> Authored: Thu Aug 7 20:50:14 2014 -0700 Committer: Vinod Kone <[email protected]> Committed: Thu Aug 7 20:50:14 2014 -0700 ---------------------------------------------------------------------- src/tests/health_check_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/78141409/src/tests/health_check_tests.cpp ---------------------------------------------------------------------- diff --git a/src/tests/health_check_tests.cpp b/src/tests/health_check_tests.cpp index 88d5648..731d944 100644 --- a/src/tests/health_check_tests.cpp +++ b/src/tests/health_check_tests.cpp @@ -265,7 +265,7 @@ TEST_F(HealthCheckTest, HealthStatusChange) // Testing killing task after number of consecutive failures. // Temporarily disabled due to MESOS-1613. -TEST_F(HealthCheckTest, ConsecutiveFailures) +TEST_F(HealthCheckTest, DISABLED_ConsecutiveFailures) { Try<PID<Master> > master = StartMaster(); ASSERT_SOME(master);
