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

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 23359003: Eliminate unused PYAUTO tests and TestingAutomationProvider methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/test/functional/PYAUTO_TESTS
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index e6840ab7a7af11e3163b837bde5070f480fcc0dc..b1c7e55318d1495a4cc717d766c41ef321cf0dfc 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -218,7 +218,6 @@
'chromeos_browser',
'chromeos_crosh',
'chromeos_file_browser',
- 'chromeos_offline',
'chromeos_power',
'chromeos_prefs',
'chromeos_security',
@@ -274,8 +273,6 @@
'-prefs.PrefsTest.testSessionRestore',
# Deal with i18n chars. crosbug.com/12639
'-omnibox.OmniboxTest.testCrazyFilenames',
- # crosbug.com/16977
- '-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExistent',
# crosbug.com/20025
'-chromeos_browser.ChromeosBrowserTest.testFullScreen',
# Chrome driver does not work in Chrome OS.
@@ -380,15 +377,6 @@
'EMPTY': {
},
- 'CHROMEOS_CONNECTIVITY': {
- 'chromeos': [
- 'chromeos_wifi_functional',
- 'chromeos_wifi_compliance',
- 'wifi_downloads',
- 'wifi_notification',
- ],
- },
-
# ChromeOS flash tests.
'CHROMEOS_FLASH': {
'chromeos': [
@@ -396,28 +384,6 @@
],
},
- # ChromeOS login tests.
- 'CHROMEOS_LOGIN': {
- 'chromeos': [
- 'chromeos_login',
- 'chromeos_oobe',
-
- # crosbug.com/32583
- '-chromeos_login.ChromeosLoginCachedCredentialsUserPod.testCachedCredentialsUserPod',
- ],
- },
-
- # ChromeOS policy tests. Some of these are shared with Desktop Chrome tests
- # but require custom setup on ChromeOS. Others are specific to ChromeOS only.
- 'CHROMEOS_POLICY': {
- 'chromeos': [
- 'chromeos_ephemeral',
- 'chromeos_device_policy',
- 'chromeos_onc',
- 'chromeos_retail_mode',
- ],
- },
-
# ChromeOS volume tests.
'CHROMEOS_VOLUME': {
'chromeos': [

Powered by Google App Engine
This is Rietveld 408576698