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

Unified Diff: chrome/browser/apps/guest_view/web_view_browsertest.cc

Issue 1069803003: Disabling flaky WebViewTest.Shim_TestAutosizeWithPartialAttributes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: 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);
« 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