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

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

Issue 2593813002: [Telemetry] Disable testWebviewInExtension on chromeos (Closed)
Patch Set: Created 4 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: 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 8f551c8ec24078d5813ff810bb61a7c4d5b39426..514f2a5d95c4a19809f2233f056b870bc047bfaf 100644
--- a/telemetry/telemetry/internal/browser/extension_unittest.py
+++ b/telemetry/telemetry/internal/browser/extension_unittest.py
@@ -167,7 +167,8 @@ class WebviewInExtensionTest(ExtensionTest):
# Flaky on windows, hits an exception: http://crbug.com/508325
# Flaky on macOS too: http://crbug.com/661434
- @decorators.Disabled('win', 'linux', 'mac')
+ # ChromeOS: http://crbug.com/674220
+ @decorators.Disabled('win', 'linux', 'mac', 'chromeos')
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