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

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

Issue 15037002: Disables flaky test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/extensions/web_view_browsertest.cc
diff --git a/chrome/browser/extensions/web_view_browsertest.cc b/chrome/browser/extensions/web_view_browsertest.cc
index 8c002dd07bf12d3103cc17a7e6263884bf7619f1..e8a3ed881ac111ddd3ac0efece03b9379d8dc4b1 100644
--- a/chrome/browser/extensions/web_view_browsertest.cc
+++ b/chrome/browser/extensions/web_view_browsertest.cc
@@ -845,7 +845,13 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, DISABLED_MediaAccessAPIDeny) {
"platform_apps/web_view/media_access/deny")) << message_;
}
-IN_PROC_BROWSER_TEST_F(WebViewTest, MediaAccessAPIAllow) {
+// Disabled for being flaky: http://crbug.com/238662
+#if defined(OS_CHROMEOS)
+#define MAYBE_MediaAccessAPIAllow DISABLED_MediaAccessAPIAllow
+#else
+#define MAYBE_MediaAccessAPIAllow MediaAccessAPIAllow
+#endif
+IN_PROC_BROWSER_TEST_F(WebViewTest, MAYBE_MediaAccessAPIAllow) {
ASSERT_TRUE(StartTestServer()); // For serving guest pages.
ExtensionTestMessageListener launched_listener("Launched", false);
LoadAndLaunchPlatformApp("web_view/media_access/allow");
« 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