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

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

Issue 7576022: Marked SSLUITest.TestOKHTTPS flaky. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 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
===================================================================
--- chrome/browser/ssl/ssl_browser_tests.cc (revision 95443)
+++ chrome/browser/ssl/ssl_browser_tests.cc (working copy)
@@ -244,8 +244,15 @@
CheckUnauthenticatedState(browser()->GetSelectedTabContents());
}
+// http://crbug.com/91745
+#if defined(OS_CHROMEOS)
+#define MAYBE_TestOKHTTPS FLAKY_TestOKHTTPS
+#else
+#define MAYBE_TestOKHTTPS TestOKHTTPS
+#endif
+
// Visits a page over OK https:
-IN_PROC_BROWSER_TEST_F(SSLUITest, TestOKHTTPS) {
+IN_PROC_BROWSER_TEST_F(SSLUITest, MAYBE_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