Commit d202055f authored by joi@chromium.org's avatar joi@chromium.org

Remove FLAKY for test PrintPreviewUITest.PrintCommandDisabled (rebooting the...

Remove FLAKY for test PrintPreviewUITest.PrintCommandDisabled (rebooting the builder per thestig's suggestion fixed the flakiness).

BUG=69389
TEST=none

Review URL: http://codereview.chromium.org/6289002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71449 0039d316-1c4b-4281-b951-d872f2087c98
parent ab22ba43
...@@ -47,8 +47,7 @@ TEST_F(PrintPreviewUITest, LoadPrintPreviewByURL) { ...@@ -47,8 +47,7 @@ TEST_F(PrintPreviewUITest, LoadPrintPreviewByURL) {
AssertIsPrintPage(tab); AssertIsPrintPage(tab);
} }
// Flaky on interactive tests builder. See http://crbug.com/69389 TEST_F(PrintPreviewUITest, PrintCommandDisabled) {
TEST_F(PrintPreviewUITest, FLAKY_PrintCommandDisabled) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get()); ASSERT_TRUE(browser.get());
......
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