Commit 20bc755d authored by sergeyv@chromium.org's avatar sergeyv@chromium.org

Disable ReloadInitiatorTab in print_preview_dialog_controller_browsertest.cc

BUG=

Review URL: https://codereview.chromium.org/299353005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272823 0039d316-1c4b-4281-b951-d872f2087c98
parent a45bd233
...@@ -200,8 +200,14 @@ IN_PROC_BROWSER_TEST_F(PrintPreviewDialogControllerBrowserTest, ...@@ -200,8 +200,14 @@ IN_PROC_BROWSER_TEST_F(PrintPreviewDialogControllerBrowserTest,
// Test to verify that after reloading the initiator, it creates a new print // Test to verify that after reloading the initiator, it creates a new print
// preview dialog. // preview dialog.
// http://crbug.com/377337
#if defined(OS_WIN)
#define MAYBE_ReloadInitiatorTab DISABLED_ReloadInitiatorTab
#else
#define MAYBE_ReloadInitiatorTab ReloadInitiatorTab
#endif
IN_PROC_BROWSER_TEST_F(PrintPreviewDialogControllerBrowserTest, IN_PROC_BROWSER_TEST_F(PrintPreviewDialogControllerBrowserTest,
ReloadInitiatorTab) { MAYBE_ReloadInitiatorTab) {
// print for the first time. // print for the first time.
PrintPreview(); PrintPreview();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment