parent 31871774
...@@ -35,7 +35,7 @@ class InspectorRuntimeTest(tab_test_case.TabTestCase): ...@@ -35,7 +35,7 @@ class InspectorRuntimeTest(tab_test_case.TabTestCase):
self._tab.ExecuteJavaScript('window') self._tab.ExecuteJavaScript('window')
# TODO(achuith): Fix http://crbug.com/394454 on cros. # TODO(achuith): Fix http://crbug.com/394454 on cros.
@decorators.Disabled('android', 'chromeos') @decorators.Disabled('android', 'chromeos', 'win')
def testIFrame(self): def testIFrame(self):
self.Navigate('host.html') self.Navigate('host.html')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment