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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_test.cc

Issue 8704001: Mark SafeBrowsingServiceTest.SafeBrowsingSystemTest as flaky (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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/browser/safe_browsing/safe_browsing_test.cc
===================================================================
--- chrome/browser/safe_browsing/safe_browsing_test.cc (revision 111575)
+++ chrome/browser/safe_browsing/safe_browsing_test.cc (working copy)
@@ -549,13 +549,8 @@
DISALLOW_COPY_AND_ASSIGN(SafeBrowsingServiceTestHelper);
};
-#if defined(OS_WIN) && defined(NDEBUG)
-#define MAYBE_SafeBrowsingSystemTest FLAKY_SafeBrowsingSystemTest
-#else
-#define MAYBE_SafeBrowsingSystemTest SafeBrowsingServiceTest
-#endif
-// See http://crbug.com/96489
-IN_PROC_BROWSER_TEST_F(SafeBrowsingServiceTest, MAYBE_SafeBrowsingSystemTest) {
+// See http://crbug.com/96459
+IN_PROC_BROWSER_TEST_F(SafeBrowsingServiceTest, FLAKY_SafeBrowsingSystemTest) {
LOG(INFO) << "Start test";
const char* server_host = SafeBrowsingTestServer::Host();
int server_port = SafeBrowsingTestServer::Port();
« 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