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

Unified Diff: telemetry/telemetry/internal/actions/key_event_unittest.py

Issue 2170663002: Disable testEnterText and testTextEntry on chromeos. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 4 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 | « telemetry/telemetry/internal/actions/action_runner_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/actions/key_event_unittest.py
diff --git a/telemetry/telemetry/internal/actions/key_event_unittest.py b/telemetry/telemetry/internal/actions/key_event_unittest.py
index 8721847ceccd51015c913e4ea1e2a101c53e7df5..c93e67e5333d5002db0200d25d103d146e7ebe2a 100644
--- a/telemetry/telemetry/internal/actions/key_event_unittest.py
+++ b/telemetry/telemetry/internal/actions/key_event_unittest.py
@@ -4,6 +4,7 @@
import time
+from telemetry import decorators
from telemetry.internal.actions import key_event
from telemetry.internal.actions import utils
from telemetry.testing import tab_test_case
@@ -56,6 +57,7 @@ class KeyPressActionTest(tab_test_case.TabTestCase):
self.assertEquals(self._scroll_position, 0)
+ @decorators.Disabled('chromeos') # crbug.com/630017.
def testTextEntry(self):
# Add an input box to the page.
self._tab.ExecuteJavaScript(
« no previous file with comments | « telemetry/telemetry/internal/actions/action_runner_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698