| Index: base/process/process_util_unittest.cc
|
| diff --git a/base/process/process_util_unittest.cc b/base/process/process_util_unittest.cc
|
| index 11d8874a52ab9576cd9ec5b1f2d08c9808655ac5..88f16321724a86fc73defecbcae21bb1378befe7 100644
|
| --- a/base/process/process_util_unittest.cc
|
| +++ b/base/process/process_util_unittest.cc
|
| @@ -240,7 +240,8 @@
|
| #else
|
| #define MAYBE_GetTerminationStatusCrash GetTerminationStatusCrash
|
| #endif
|
| -TEST_F(ProcessUtilTest, MAYBE_GetTerminationStatusCrash) {
|
| +// TODO(scottmg): http://crbug.com/461160
|
| +TEST_F(ProcessUtilTest, DISABLED_GetTerminationStatusCrash) {
|
| const std::string signal_file =
|
| ProcessUtilTest::GetSignalFilePath(kSignalFileCrash);
|
| remove(signal_file.c_str());
|
|
|