Chromium Code Reviews

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

Issue 2800025: Disable BookmarksUITest.FLAKY_ShouldRedirectToExtension while I fix (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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/bookmarks_ui_uitest.cc
diff --git a/chrome/browser/dom_ui/bookmarks_ui_uitest.cc b/chrome/browser/dom_ui/bookmarks_ui_uitest.cc
index 3e3ac33a391513bc5226a505ab325e94c24a2c40..318c9b209cbd1f8f5b7d79d9feef137874a0ab08 100644
--- a/chrome/browser/dom_ui/bookmarks_ui_uitest.cc
+++ b/chrome/browser/dom_ui/bookmarks_ui_uitest.cc
@@ -58,7 +58,7 @@ class BookmarksUITest : public UITest {
};
// http://code.google.com/p/chromium/issues/detail?id=39532
-TEST_F(BookmarksUITest, FLAKY_ShouldRedirectToExtension) {
+TEST_F(BookmarksUITest, DISABLED_ShouldRedirectToExtension) {
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