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

Unified Diff: chrome/test/data/webui/print_preview.js

Issue 2373763002: Disable PrintPreviewWebUITest.TestPrintPreviewRestoreMultipleDestinations (Closed)
Patch Set: Created 4 years, 3 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/test/data/webui/print_preview.js
diff --git a/chrome/test/data/webui/print_preview.js b/chrome/test/data/webui/print_preview.js
index bf411ed8c8c76bfa85bb63d82ff2a9ed7ec2f061..57bcba51bf253634b11e3dcc7158a9f24d28ceab 100644
--- a/chrome/test/data/webui/print_preview.js
+++ b/chrome/test/data/webui/print_preview.js
@@ -365,7 +365,9 @@ TEST_F('PrintPreviewWebUITest', 'TestPrintPreviewRestoreLocalDestination',
});
//Test with multiple destinations
-TEST_F('PrintPreviewWebUITest', 'TestPrintPreviewRestoreMultipleDestinations',
+// Flaky on Windows: https://crbug.com/650127
+TEST_F('PrintPreviewWebUITest',
+ 'DISABLED_TestPrintPreviewRestoreMultipleDestinations',
function() {
this.initialSettings_.serializedAppStateStr_ =
'{"version":2,"recentDestinations":[{"id":"ID1", "origin":"local",' +
« 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