Index: content/browser/webui/web_ui_mojo_browsertest.cc |
diff --git a/content/browser/webui/web_ui_mojo_browsertest.cc b/content/browser/webui/web_ui_mojo_browsertest.cc |
index d0d98d84ea7f88938133b9a2449d6a50b42fedc3..36ab3b781c7cd235a7ae6d432c1795675ea12a4e 100644 |
--- a/content/browser/webui/web_ui_mojo_browsertest.cc |
+++ b/content/browser/webui/web_ui_mojo_browsertest.cc |
@@ -167,12 +167,7 @@ class WebUIMojoTest : public ContentBrowserTest { |
// Loads a webui page that contains mojo bindings and verifies a message makes |
// it from the browser to the page and back. |
// http://crbug.com/357308 |
-#if defined(OS_WIN) |
-#define MAYBE_EndToEnd DISABLED_EndToEnd |
-#else |
-#define MAYBE_EndToEnd EndToEnd |
-#endif |
-IN_PROC_BROWSER_TEST_F(WebUIMojoTest, MAYBE_EndToEnd) { |
+IN_PROC_BROWSER_TEST_F(WebUIMojoTest, DISABLED_EndToEnd) { |
darin (slow to review)
2014/03/28 06:14:46
This test will be re-enabled on all platforms in h
|
// Currently there is no way to have a generated file included in the isolate |
// files. If the bindings file doesn't exist assume we're on such a bot and |
// pass. |