diff options
author | dennisjeffrey@chromium.org <dennisjeffrey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 00:00:50 +0000 |
---|---|---|
committer | dennisjeffrey@chromium.org <dennisjeffrey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 00:00:50 +0000 |
commit | d1842041c636a1cb5d6abef05b9aee658eda28d4 (patch) | |
tree | f71030db3aca8c44cf947c8efc3961be216eeeec | |
parent | 95ef2c223b58c012bd674725e9939b0583ddb0e9 (diff) | |
download | chromium_src-d1842041c636a1cb5d6abef05b9aee658eda28d4.zip chromium_src-d1842041c636a1cb5d6abef05b9aee658eda28d4.tar.gz chromium_src-d1842041c636a1cb5d6abef05b9aee658eda28d4.tar.bz2 |
Enable pyauto tests related to ChromeOS security that should now pass.
These tests had been failing because the extension permissions baseline
for these tests needed to be updated. The baseline has since been updated
and these tests should now pass on ChromeOS.
BUG=chromium-os:17714
TEST=None
Review URL: http://codereview.chromium.org/7409001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92924 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 32d1c62..abefab5 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -273,9 +273,6 @@ # ================================================== # Flaky: crosbug.com/14394 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', - # crosbug.com/17714 - '-chromeos_security.ChromeosSecurity.testComponentExtensionPermissions', - '-chromeos_security.ChromeosSecurity.testNoUnexpectedExtensions', # Chrome freezes and then system reboots when downloading large files # crosbug.com/17459 '-downloads.DownloadsTest.testBigZip', |