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

Unified Diff: content/worker/worker_uitest.cc

Issue 6758022: Mark WorkerFileSystemTest.ResolveURLHttpTests FLAKY (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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: content/worker/worker_uitest.cc
diff --git a/content/worker/worker_uitest.cc b/content/worker/worker_uitest.cc
index 073d41e4036611f829bba012e4d427d9c334bf18..f3b2c7c03bbaf6b36be710e14298a26851aa5d28 100644
--- a/content/worker/worker_uitest.cc
+++ b/content/worker/worker_uitest.cc
@@ -774,11 +774,8 @@ TEST_F(WorkerFileSystemTest, FileEntryToURISync) {
RunWorkerFileSystemLayoutTest("file-entry-to-uri-sync.html");
}
-#if defined(OS_WIN)
// http://crbug.com/77442
-#define ResolveURLHttpTests FLAKY_ResolveURLHttpTests
-#endif
-TEST_F(WorkerFileSystemTest, ResolveURLHttpTests) {
+TEST_F(WorkerFileSystemTest, FLAKY_ResolveURLHttpTests) {
static const char* kLayoutTests[] = {
"resolve-url.html",
"resolve-url-sync.html"
« 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