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

Unified Diff: telemetry/telemetry/internal/browser/extension_unittest.py

Issue 2510503002: Disable WebviewInExtensionTest.testWebviewInExtension on macOS. (Closed)
Patch Set: Created 4 years, 1 month 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: telemetry/telemetry/internal/browser/extension_unittest.py
diff --git a/telemetry/telemetry/internal/browser/extension_unittest.py b/telemetry/telemetry/internal/browser/extension_unittest.py
index 0c85f173c1a2cd8b1eeaa40135e976b9bb92f64a..ae599f72492f390e52e73e7c8fefef85e3f07ef2 100644
--- a/telemetry/telemetry/internal/browser/extension_unittest.py
+++ b/telemetry/telemetry/internal/browser/extension_unittest.py
@@ -203,7 +203,8 @@ class ComponentExtensionTest(unittest.TestCase):
class WebviewInExtensionTest(ExtensionTest):
# Flaky on windows, hits an exception: http://crbug.com/508325
- @decorators.Disabled('win', 'linux')
+ # Flaky on macOS too: http://crbug.com/661434
+ @decorators.Disabled('win', 'linux', 'mac')
def testWebviewInExtension(self):
"""Tests GetWebviewContext() for a web app containing <webview> element."""
if not self.CreateBrowserWithExtension('webview_app'):
« 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