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

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

Issue 110633006: Disable WebViewCaptureTest.Shim_ScreenshotCapture to make try/CQ work (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/web_view_browsertest.cc
diff --git a/chrome/browser/apps/web_view_browsertest.cc b/chrome/browser/apps/web_view_browsertest.cc
index d821bb8da675edd32acd3b1e0d1ec30e3b283245..ed32d5b03442a70fdbb9ca5c5d3c39d089c9acb3 100644
--- a/chrome/browser/apps/web_view_browsertest.cc
+++ b/chrome/browser/apps/web_view_browsertest.cc
@@ -1865,8 +1865,16 @@ class WebViewCaptureTest : public WebViewTest,
}
};
+#if defined(USE_AURA) && defined(OS_LINUX)
+// Keeps failing on LinuxAura try server, tentatively disable this
+// so that CQ becomes sane.
+// crbug.com/330146
+#define MAYBE_Shim_ScreenshotCapture DISABLED_Shim_ScreenshotCapture
+#else
+#define MAYBE_Shim_ScreenshotCapture Shim_ScreenshotCapture
+#endif
IN_PROC_BROWSER_TEST_P(WebViewCaptureTest,
- Shim_ScreenshotCapture) {
+ MAYBE_Shim_ScreenshotCapture) {
TestHelper("testScreenshotCapture", "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