Re-enabled test ExamplesTest.EventCallFramework. Review: https://reviews.apache.org/r/43288/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/67017f13 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/67017f13 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/67017f13 Branch: refs/heads/master Commit: 67017f136b9820c493b9d861ccb7fc9e463dfa92 Parents: 5e0f787 Author: Anand Mazumdar <[email protected]> Authored: Mon Feb 8 15:33:25 2016 -0800 Committer: Vinod Kone <[email protected]> Committed: Mon Feb 8 15:33:25 2016 -0800 ---------------------------------------------------------------------- src/tests/examples_tests.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/67017f13/src/tests/examples_tests.cpp ---------------------------------------------------------------------- diff --git a/src/tests/examples_tests.cpp b/src/tests/examples_tests.cpp index a9b685b..9b8b30f 100644 --- a/src/tests/examples_tests.cpp +++ b/src/tests/examples_tests.cpp @@ -24,8 +24,7 @@ TEST_SCRIPT(ExamplesTest, TestFramework, "test_framework_test.sh") TEST_SCRIPT(ExamplesTest, NoExecutorFramework, "no_executor_framework_test.sh") -// Temporarily disabled this test due to MESOS-3273. -TEST_SCRIPT(DISABLED_ExamplesTest, EventCallFramework, +TEST_SCRIPT(ExamplesTest, EventCallFramework, "event_call_framework_test.sh")
