Index: chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc |
=================================================================== |
--- chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc (revision 109955) |
+++ chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc (working copy) |
@@ -183,14 +183,9 @@ |
} |
-// Flaky on Linux, see http://crbug.com/102948 |
-#if defined(OS_LINUX) |
-#define MAYBE_Autofill_P0 FLAKY_Autofill_P0 |
-#else |
-#define MAYBE_Autofill_P0 Autofill_P0 |
-#endif |
+// Flaky, see http://crbug.com/102948 |
-IN_PROC_BROWSER_TEST_F(AutofillSyncPerfTest, MAYBE_Autofill_P0) { |
+IN_PROC_BROWSER_TEST_F(AutofillSyncPerfTest, FLAKY_Autofill_P0) { |
ASSERT_TRUE(SetupSync()) << "SetupSync() failed."; |
AddKeys(0, kNumKeys); |