Index: chrome/browser/apps/guest_view/web_view_browsertest.cc |
diff --git a/chrome/browser/apps/guest_view/web_view_browsertest.cc b/chrome/browser/apps/guest_view/web_view_browsertest.cc |
index ca6aac230dfb0eab752827e10e46503d85885ad4..5172935d4fa07326afb530bbc0d499f0f470ecbf 100644 |
--- a/chrome/browser/apps/guest_view/web_view_browsertest.cc |
+++ b/chrome/browser/apps/guest_view/web_view_browsertest.cc |
@@ -981,15 +981,8 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestAutosizeRemoveAttributes) { |
} |
// This test is disabled due to being flaky. http://crbug.com/282116 |
-#if defined(OS_WIN) || defined(OS_MACOSX) |
-#define MAYBE_Shim_TestAutosizeWithPartialAttributes \ |
- DISABLED_Shim_TestAutosizeWithPartialAttributes |
-#else |
-#define MAYBE_Shim_TestAutosizeWithPartialAttributes \ |
- Shim_TestAutosizeWithPartialAttributes |
-#endif |
IN_PROC_BROWSER_TEST_F(WebViewTest, |
- MAYBE_Shim_TestAutosizeWithPartialAttributes) { |
+ DISABLED_Shim_TestAutosizeWithPartialAttributes) { |
TestHelper("testAutosizeWithPartialAttributes", |
"web_view/shim", |
NO_TEST_SERVER); |