diff options
Diffstat (limited to 'content/worker/worker_uitest.cc')
-rw-r--r-- | content/worker/worker_uitest.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/content/worker/worker_uitest.cc b/content/worker/worker_uitest.cc index 073d41e..f3b2c7c 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" |