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

Unified Diff: chrome/browser/dom_ui/print_preview_ui_uitest.cc

Issue 6289002: Remove FLAKY for PrintPreviewUITest.PrintCommandDisabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 10 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/browser/dom_ui/print_preview_ui_uitest.cc
diff --git a/chrome/browser/dom_ui/print_preview_ui_uitest.cc b/chrome/browser/dom_ui/print_preview_ui_uitest.cc
index 33dd66e6df83a8044cacb1c8146faac4c4eb4e44..5246843e04cf8dbfe91b28ef3f23025cc17a9c31 100644
--- a/chrome/browser/dom_ui/print_preview_ui_uitest.cc
+++ b/chrome/browser/dom_ui/print_preview_ui_uitest.cc
@@ -46,8 +46,7 @@ TEST_F(PrintPreviewUITest, LoadPrintPreviewByURL) {
AssertIsPrintPage(tab);
}
-// Flaky on interactive tests builder. See http://crbug.com/69389
-TEST_F(PrintPreviewUITest, FLAKY_PrintCommandDisabled) {
+TEST_F(PrintPreviewUITest, PrintCommandDisabled) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
« 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