Index: base/process/process_util_unittest.cc |
diff --git a/base/process/process_util_unittest.cc b/base/process/process_util_unittest.cc |
index a8dbadf5a544b5a83953d292426b4ebcf2befa0d..cfd23c90553074753d3958b5b9ae1581a7b624dd 100644 |
--- a/base/process/process_util_unittest.cc |
+++ b/base/process/process_util_unittest.cc |
@@ -683,7 +683,7 @@ TEST_F(ProcessUtilTest, GetAppOutput) { |
#else |
#define MAYBE_GetAppOutputRestricted GetAppOutputRestricted |
#endif |
-TEST_F(ProcessUtilTest, GetAppOutputRestricted) { |
+TEST_F(ProcessUtilTest, MAYBE_GetAppOutputRestricted) { |
// Unfortunately, since we can't rely on the path, we need to know where |
// everything is. So let's use /bin/sh, which is on every POSIX system, and |
// its built-ins. |