Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2188)

Unified Diff: chrome/browser/sync/test/integration/single_client_printers_sync_test.cc

Issue 2755923002: Disable flaky SingleClientPrintersSyncTest.EditPrinter on ChromeOS. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/test/integration/single_client_printers_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/single_client_printers_sync_test.cc b/chrome/browser/sync/test/integration/single_client_printers_sync_test.cc
index f8f87d97f52f5df7fbbddbed785b65b39632f542..0f9ecd65446432e487cfff6c811ed683fd791f27 100644
--- a/chrome/browser/sync/test/integration/single_client_printers_sync_test.cc
+++ b/chrome/browser/sync/test/integration/single_client_printers_sync_test.cc
@@ -53,7 +53,13 @@ IN_PROC_BROWSER_TEST_F(SingleClientPrintersSyncTest, SingleNewPrinter) {
}
// Verify editing a printer doesn't add it.
-IN_PROC_BROWSER_TEST_F(SingleClientPrintersSyncTest, EditPrinter) {
+// Flaky on ChromeOS. http://crbug.com/701999
+#if defined(OS_CHROMEOS)
+#define MAYBE_EditPrinter DISABLED_EditPrinter
+#else
+#define MAYBE_EditPrinter EditPrinter
+#endif
+IN_PROC_BROWSER_TEST_F(SingleClientPrintersSyncTest, MAYBE_EditPrinter) {
ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
AddPrinter(GetPrinterStore(0), printers_helper::CreateTestPrinter(0));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698