| Index: chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| index 26a2fb4c01f7242234f847b357c3fa95c06e6118..806e8b3999873940c886eba138fa2a81490b7c61 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| @@ -717,7 +717,7 @@ TEST_F(ProtocolHandlerRegistryTest, TestOSRegistration) {
|
| #if defined(OS_LINUX)
|
| // TODO(benwells): When Linux support is more reliable and
|
| // http://crbut.com/88255 is fixed this test will pass.
|
| -#define MAYBE_TestOSRegistrationFailure FAILS_TestOSRegistrationFailure
|
| +#define MAYBE_TestOSRegistrationFailure DISABLED_TestOSRegistrationFailure
|
| #else
|
| #define MAYBE_TestOSRegistrationFailure TestOSRegistrationFailure
|
| #endif
|
|
|