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

Unified Diff: chrome/browser/ssl/ssl_browser_tests.cc

Issue 2864493002: Mark SSLUITest.TestOKHTTPS as not flaky (Closed)
Patch Set: Created 3 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 | « 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/ssl/ssl_browser_tests.cc
diff --git a/chrome/browser/ssl/ssl_browser_tests.cc b/chrome/browser/ssl/ssl_browser_tests.cc
index c8f6bdd7a6174eb59040ea0923482f50176f3ed6..46a368def9c923b0e23638c9aed54ac793d6e25d 100644
--- a/chrome/browser/ssl/ssl_browser_tests.cc
+++ b/chrome/browser/ssl/ssl_browser_tests.cc
@@ -889,15 +889,8 @@ IN_PROC_BROWSER_TEST_F(SSLUITest, TestBrokenHTTPSMetricsReporting_DontProceed) {
security_interstitials::MetricsHelper::TOTAL_VISITS, 1);
}
-// http://crbug.com/91745
-#if defined(OS_CHROMEOS)
-#define MAYBE_TestOKHTTPS DISABLED_TestOKHTTPS
-#else
-#define MAYBE_TestOKHTTPS TestOKHTTPS
-#endif
-
// Visits a page over OK https:
-IN_PROC_BROWSER_TEST_F(SSLUITest, MAYBE_TestOKHTTPS) {
+IN_PROC_BROWSER_TEST_F(SSLUITest, TestOKHTTPS) {
ASSERT_TRUE(https_server_.Start());
ui_test_utils::NavigateToURL(browser(),
« 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