Repository: mesos Updated Branches: refs/heads/master e56c01483 -> b361801f2
Removed a no longer valid comment. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b361801f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b361801f Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b361801f Branch: refs/heads/master Commit: b361801f2c78043459199dab3e0defe9a0b4c1aa Parents: e56c014 Author: Alexander Rukletsov <[email protected]> Authored: Tue Oct 17 12:13:55 2017 -0700 Committer: Alexander Rukletsov <[email protected]> Committed: Tue Oct 17 12:13:55 2017 -0700 ---------------------------------------------------------------------- src/tests/command_executor_tests.cpp | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/b361801f/src/tests/command_executor_tests.cpp ---------------------------------------------------------------------- diff --git a/src/tests/command_executor_tests.cpp b/src/tests/command_executor_tests.cpp index f706f55..2c1d467 100644 --- a/src/tests/command_executor_tests.cpp +++ b/src/tests/command_executor_tests.cpp @@ -151,9 +151,6 @@ TEST_P(CommandExecutorTest, NoTaskKillingCapability) // This test ensures that the command executor sends TASK_KILLING // to frameworks that support the capability. -// TODO(hausdorff): Enable test. The executor tests use the replicated log -// by default. This is not currently supported on Windows, so they will all -// fail until that changes. TEST_P(CommandExecutorTest, TaskKillingCapability) { Try<Owned<cluster::Master>> master = StartMaster();
