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

Unified Diff: chrome/browser/extensions/api/omnibox/omnibox_apitest.cc

Issue 10381078: Disable all the FAILS_ and FLAKY_ browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
Index: chrome/browser/extensions/api/omnibox/omnibox_apitest.cc
===================================================================
--- chrome/browser/extensions/api/omnibox/omnibox_apitest.cc (revision 136145)
+++ chrome/browser/extensions/api/omnibox/omnibox_apitest.cc (working copy)
@@ -78,7 +78,7 @@
}
};
-IN_PROC_BROWSER_TEST_F(OmniboxApiTest, FLAKY_Basic) {
+IN_PROC_BROWSER_TEST_F(OmniboxApiTest, DISABLED_Basic) {
ASSERT_TRUE(RunExtensionTest("omnibox")) << message_;
// The results depend on the TemplateURLService being loaded. Make sure it is
@@ -192,7 +192,7 @@
// Tests that the autocomplete popup doesn't reopen after accepting input for
// a given query.
// http://crbug.com/88552
-IN_PROC_BROWSER_TEST_F(OmniboxApiTest, FLAKY_PopupStaysClosed) {
+IN_PROC_BROWSER_TEST_F(OmniboxApiTest, DISABLED_PopupStaysClosed) {
ASSERT_TRUE(RunExtensionTest("omnibox")) << message_;
// The results depend on the TemplateURLService being loaded. Make sure it is

Powered by Google App Engine
This is Rietveld 408576698