Commit fb82d5ab authored by isherman@chromium.org's avatar isherman@chromium.org

Mark PrintPreviewUITest.PrintCommandDisabled flaky

BUG=69389
TEST=greener tree
TBR= thestig@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71930 0039d316-1c4b-4281-b951-d872f2087c98
parent 101132bc
...@@ -47,7 +47,8 @@ TEST_F(PrintPreviewUITest, LoadPrintPreviewByURL) { ...@@ -47,7 +47,8 @@ TEST_F(PrintPreviewUITest, LoadPrintPreviewByURL) {
AssertIsPrintPage(tab); AssertIsPrintPage(tab);
} }
TEST_F(PrintPreviewUITest, PrintCommandDisabled) { // Flaky on interactive tests builder. See http://crbug.com/69389
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