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 2014/05/14 20:35:03 UTC

git commit: Temporarily disabled RunTaskWithCommandInfoWithUser due to MESOS-1359.

Repository: mesos
Updated Branches:
  refs/heads/master 7bf63eb05 -> 377ec0e93


Temporarily disabled RunTaskWithCommandInfoWithUser due to MESOS-1359.


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

Branch: refs/heads/master
Commit: 377ec0e93ed950be98e08049fc412455ce8b2476
Parents: 7bf63eb
Author: Niklas Q. Nielsen <ni...@mesosphere.io>
Authored: Wed May 14 11:34:47 2014 -0700
Committer: Niklas Q. Nielsen <ni...@mesosphere.io>
Committed: Wed May 14 11:34:47 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/377ec0e9/src/tests/slave_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/slave_tests.cpp b/src/tests/slave_tests.cpp
index dfbc648..c9065f7 100644
--- a/src/tests/slave_tests.cpp
+++ b/src/tests/slave_tests.cpp
@@ -460,7 +460,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.