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

Unified Diff: tools/telemetry/telemetry/core/backends/chrome/inspector_runtime_unittest.py

Issue 406233002: Disable testIFrame on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: tools/telemetry/telemetry/core/backends/chrome/inspector_runtime_unittest.py
diff --git a/tools/telemetry/telemetry/core/backends/chrome/inspector_runtime_unittest.py b/tools/telemetry/telemetry/core/backends/chrome/inspector_runtime_unittest.py
index d795c71f7579d8f0f0d8d751ec805c798b5372b8..395f4d8b33f7187721f9a6cb0ab7464a9fd76ecd 100644
--- a/tools/telemetry/telemetry/core/backends/chrome/inspector_runtime_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/chrome/inspector_runtime_unittest.py
@@ -35,7 +35,7 @@ class InspectorRuntimeTest(tab_test_case.TabTestCase):
self._tab.ExecuteJavaScript('window')
# TODO(achuith): Fix http://crbug.com/394454 on cros.
- @decorators.Disabled('android', 'chromeos')
+ @decorators.Disabled('android', 'chromeos', 'win')
def testIFrame(self):
self.Navigate('host.html')
« 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