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

Unified Diff: chrome/test/BUILD.gn

Issue 2474783006: Disable app_banner_manager_browsertest.cc. Systemic flakiness. (Closed)
Patch Set: Created 4 years, 1 month 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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index de8bf2be193fa0e7145234974c2696ab27249884..ac30bdcc20c7fdfd69dab671c6b7f33aa29c58d0 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1312,7 +1312,10 @@ test("browser_tests") {
"../browser/autofill/autofill_server_browsertest.cc",
"../browser/autofill/content_autofill_driver_browsertest.cc",
"../browser/autofill/form_structure_browsertest.cc",
- "../browser/banners/app_banner_manager_browsertest.cc",
+
+ # Disabled. Systemic flakiness. See http://crbug.com/660798.
+ # "../browser/banners/app_banner_manager_browsertest.cc",
+
"../browser/bitmap_fetcher/bitmap_fetcher_browsertest.cc",
"../browser/browser_encoding_browsertest.cc",
"../browser/browsing_data/autofill_counter_browsertest.cc",
« 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