Repository: mesos
Updated Branches:
  refs/heads/master 971583522 -> de13d78b7


Disabled ROOT_RunTaskWithCommandInfoWithUser for MESOS-2199.


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

Branch: refs/heads/master
Commit: de13d78b7c2a87162c77e7f296784913d90901fd
Parents: 9715835
Author: Adam B <[email protected]>
Authored: Tue Jul 7 14:35:39 2015 -0700
Committer: Adam B <[email protected]>
Committed: Tue Jul 7 15:02:30 2015 -0700

----------------------------------------------------------------------
 src/tests/slave_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/de13d78b/src/tests/slave_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/slave_tests.cpp b/src/tests/slave_tests.cpp
index 4ddc608..ea0ddf3 100644
--- a/src/tests/slave_tests.cpp
+++ b/src/tests/slave_tests.cpp
@@ -671,7 +671,7 @@ TEST_F(SlaveTest, ROOT_RunTaskWithCommandInfoWithoutUser)
 // specified user. We use (and assume the presence) of the
 // unprivileged 'nobody' user which should be available on both Linux
 // and Mac OS X.
-TEST_F(SlaveTest, ROOT_RunTaskWithCommandInfoWithUser)
+TEST_F(SlaveTest, DISABLED_ROOT_RunTaskWithCommandInfoWithUser)
 {
   // TODO(nnielsen): Introduce STOUT abstraction for user verification
   // instead of flat getpwnam call.

Reply via email to