| Index: base/process/process_util_unittest.cc
|
| diff --git a/base/process/process_util_unittest.cc b/base/process/process_util_unittest.cc
|
| index 78c700d9ee500a33aad47ec4dfa4f7628348c90e..a8dbadf5a544b5a83953d292426b4ebcf2befa0d 100644
|
| --- a/base/process/process_util_unittest.cc
|
| +++ b/base/process/process_util_unittest.cc
|
| @@ -677,6 +677,12 @@ TEST_F(ProcessUtilTest, GetAppOutput) {
|
| #endif // defined(OS_ANDROID)
|
| }
|
|
|
| +// Flakes on Android, crbug.com/375840
|
| +#if defined(OS_ANDROID)
|
| +#define MAYBE_GetAppOutputRestricted DISABLED_GetAppOutputRestricted
|
| +#else
|
| +#define MAYBE_GetAppOutputRestricted GetAppOutputRestricted
|
| +#endif
|
| TEST_F(ProcessUtilTest, 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
|
|
|