You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2017/02/04 07:46:46 UTC

[2/6] mesos git commit: Re-enabled a test.

Re-enabled a test.

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


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

Branch: refs/heads/master
Commit: 9316268eef000831a77b33fdfc68e080f03e99ae
Parents: d611162
Author: Benjamin Hindman <be...@gmail.com>
Authored: Sat Jan 14 13:49:53 2017 -0800
Committer: Benjamin Hindman <be...@gmail.com>
Committed: Fri Feb 3 23:44:26 2017 -0800

----------------------------------------------------------------------
 src/tests/api_tests.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/9316268e/src/tests/api_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/api_tests.cpp b/src/tests/api_tests.cpp
index 277fbe3..aa7d89a 100644
--- a/src/tests/api_tests.cpp
+++ b/src/tests/api_tests.cpp
@@ -5028,11 +5028,9 @@ TEST_P_TEMP_DISABLED_ON_WINDOWS(AgentAPIStreamingTest,
 // entrypoint and verifies that any data streamed to the container via
 // an ATTACH_CONTAINER_INPUT call is received by the client on the
 // output stream.
-//
-// TODO(alexr): Enable this test once MESOS-6913 is resolved.
 TEST_P_TEMP_DISABLED_ON_WINDOWS(
     AgentAPIStreamingTest,
-    DISABLED_AttachInputToNestedContainerSession)
+    AttachInputToNestedContainerSession)
 {
   Try<Owned<cluster::Master>> master = StartMaster();
   ASSERT_SOME(master);