You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by nn...@apache.org on 2015/02/20 01:20:23 UTC

mesos git commit: Temporarily disabled RunTaskWithCommandInfoWithUser due to MESOS-2199.

Repository: mesos
Updated Branches:
  refs/heads/master 563eb0801 -> a661b2ede


Temporarily disabled RunTaskWithCommandInfoWithUser due to MESOS-2199.


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

Branch: refs/heads/master
Commit: a661b2ede869c487f588f03bf8bff895e7c4853f
Parents: 563eb08
Author: Niklas Q. Nielsen <ni...@mesosphere.io>
Authored: Thu Feb 19 16:19:58 2015 -0800
Committer: Niklas Q. Nielsen <ni...@mesosphere.io>
Committed: Thu Feb 19 16:19:58 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a661b2ed/src/tests/slave_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/slave_tests.cpp b/src/tests/slave_tests.cpp
index 153d9d6..33a8d8f 100644
--- a/src/tests/slave_tests.cpp
+++ b/src/tests/slave_tests.cpp
@@ -610,7 +610,7 @@ TEST_F(SlaveTest, ROOT_RunTaskWithCommandInfoWithoutUser)
 // specified user. We use (and assume the precense) 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.