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

Unified Diff: chrome/test/functional/chromeos_accessibility.py

Issue 10836187: [chromeos] pyauto tests should auto login by default on chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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 | chrome/test/functional/chromeos_device_policy.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/chromeos_accessibility.py
diff --git a/chrome/test/functional/chromeos_accessibility.py b/chrome/test/functional/chromeos_accessibility.py
index ce5d7528b11ec4ea85abbc676c6c48a2bafe339a..0dec404d1a22441d101ebf6c12b812b05bb687b7 100755
--- a/chrome/test/functional/chromeos_accessibility.py
+++ b/chrome/test/functional/chromeos_accessibility.py
@@ -24,6 +24,9 @@ class AccessibilityTest(pyauto.PyUITest):
"""
find_test_data_dir = 'find_in_page'
+ def ShouldAutoLogin(self):
+ return False
+
def setUp(self):
# We want a clean session_manager instance for every run,
# so restart ui now.
« no previous file with comments | « no previous file | chrome/test/functional/chromeos_device_policy.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698