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

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: Rebase 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 9cac8a97ec48b808669bfdb0abc66e62d1302021..d80c8e38147651c783968c946cec903fdb93f851 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': [
« no previous file with comments | « chrome/browser/automation/testing_automation_provider_chromeos.cc ('k') | chrome/test/functional/chromeos_cellular_sanity.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698