| 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",' +
|
|
|