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

Unified Diff: chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc

Issue 1955443002: Fix interstitial ui crashing when open in new tab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: link to bug Created 4 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
« no previous file with comments | « chrome/browser/ui/webui/interstitials/interstitial_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc
diff --git a/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc b/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc
index 8fe88931a3409148b537ab08b57c1edfcb302126..8063133781895a25dca4e79444618a8ff21cd6d6 100644
--- a/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc
+++ b/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc
@@ -32,6 +32,9 @@ class InterstitialUITest : public InProcessBrowserTest {
}
};
+// The following test is disabled due to flakiness:
+// https://crbug.com/405869,
+// https://crbug.com/400503.
IN_PROC_BROWSER_TEST_F(InterstitialUITest, DISABLED_OpenInterstitial) {
TestInterstitial(
GURL("chrome://interstitials"),
« no previous file with comments | « chrome/browser/ui/webui/interstitials/interstitial_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698