You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2018/03/21 16:21:58 UTC

[2/2] mesos git commit: Libprocess: Added comment around a disabled test.

Libprocess: Added comment around a disabled test.


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

Branch: refs/heads/master
Commit: 5d8a9c1b77f96151da859b4c0c3607d22c36cd18
Parents: 79baa09
Author: Alexander Rukletsov <al...@apache.org>
Authored: Wed Mar 21 17:21:40 2018 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed Mar 21 17:21:40 2018 +0100

----------------------------------------------------------------------
 3rdparty/libprocess/src/tests/io_tests.cpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/5d8a9c1b/3rdparty/libprocess/src/tests/io_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/tests/io_tests.cpp b/3rdparty/libprocess/src/tests/io_tests.cpp
index c091962..de7272b 100644
--- a/3rdparty/libprocess/src/tests/io_tests.cpp
+++ b/3rdparty/libprocess/src/tests/io_tests.cpp
@@ -213,6 +213,7 @@ TEST_F(IOTest, Write)
 }
 
 
+// TODO(alexr): Enable after MESOS-973 is resolved.
 TEST_F(IOTest, DISABLED_BlockingWrite)
 {
   int pipes[2];