Index: base/files/file_path_watcher_browsertest.cc |
diff --git a/base/files/file_path_watcher_browsertest.cc b/base/files/file_path_watcher_browsertest.cc |
index f0f789a9f04e59a072f954f5cf4f1eac568410f2..e7593adf07bcb65f093f07df8f18b6eb973101e8 100644 |
--- a/base/files/file_path_watcher_browsertest.cc |
+++ b/base/files/file_path_watcher_browsertest.cc |
@@ -270,7 +270,7 @@ TEST_F(FilePathWatcherTest, DeleteDuringNotify) { |
// notification. |
// Flaky on MacOS. http://crbug.com/85930 |
#if defined(OS_MACOSX) |
-#define MAYBE_DestroyWithPendingNotification FLAKY_DestroyWithPendingNotification |
+#define MAYBE_DestroyWithPendingNotification DISABLED_DestroyWithPendingNotification |
#else |
#define MAYBE_DestroyWithPendingNotification DestroyWithPendingNotification |
#endif |
@@ -352,7 +352,7 @@ TEST_F(FilePathWatcherTest, DirectoryChain) { |
#if defined(OS_MACOSX) |
// http://crbug.com/85930 |
-#define DisappearingDirectory FLAKY_DisappearingDirectory |
+#define DisappearingDirectory DISABLED_DisappearingDirectory |
#endif |
TEST_F(FilePathWatcherTest, DisappearingDirectory) { |
FilePathWatcher watcher; |