diff options
author | krisr@chromium.org <krisr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 02:13:09 +0000 |
---|---|---|
committer | krisr@chromium.org <krisr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 02:13:09 +0000 |
commit | f3ddb5bf3c351e537cc5f7b9c507fd8da66b7b2e (patch) | |
tree | cab13a064a90475719d1e2a0ff33e92ca11f938a | |
parent | c23fb48c27212a72a33aeb4a161e610cff24d7e6 (diff) | |
download | chromium_src-f3ddb5bf3c351e537cc5f7b9c507fd8da66b7b2e.zip chromium_src-f3ddb5bf3c351e537cc5f7b9c507fd8da66b7b2e.tar.gz chromium_src-f3ddb5bf3c351e537cc5f7b9c507fd8da66b7b2e.tar.bz2 |
Disable tests that don't run on ChromeOS
Review URL: https://chromiumcodereview.appspot.com/9347006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120689 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index e5249be..4cca8a4 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -292,6 +292,8 @@ '-protector', # No Web Driver test for ChromeOS. '-about_plugins_ui', + # You cannot adjust the downloads directory on ChromeOS. + '-prefs.PrefsTest.testDownloadDirPref' # ================================================== # Disabled tests that need to be investigated/fixed. @@ -350,6 +352,7 @@ '-policy.PolicyTest.testDisable3DAPIs', # Chrome driver does not work in Chrome OS. '-prefs_ui', + '-prefs.PrefsTest.testGeolocationBlockedWhenTrackingDenied' ], }, |