diff options
Diffstat (limited to 'chrome/browser/process_singleton_linux_uitest.cc')
-rw-r--r-- | chrome/browser/process_singleton_linux_uitest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/process_singleton_linux_uitest.cc b/chrome/browser/process_singleton_linux_uitest.cc index 26a5b398..ef42966 100644 --- a/chrome/browser/process_singleton_linux_uitest.cc +++ b/chrome/browser/process_singleton_linux_uitest.cc @@ -85,8 +85,8 @@ TEST_F(ProcessSingletonLinuxTest, CheckSocketFile) { // The following tests in linux/view does not pass without a window manager, // which is true in build/try bots. // See http://crbug.com/30953. -#define NotifyOtherProcessSuccess FLAKY_NotifyOtherProcessSuccess -#define NotifyOtherProcessHostChanged FLAKY_NotifyOtherProcessHostChanged +#define NotifyOtherProcessSuccess FAILS_NotifyOtherProcessSuccess +#define NotifyOtherProcessHostChanged FAILS_NotifyOtherProcessHostChanged #endif // TODO(james.su@gmail.com): port following tests to Windows. |