diff options
author | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-13 19:41:47 +0000 |
---|---|---|
committer | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-13 19:41:47 +0000 |
commit | e65251d7ee4a93ad257751edc5254d94f34a7c77 (patch) | |
tree | 7ac8a31c8af7531d6a6d1bfbcf56346fd23f18b9 /build | |
parent | 5efb065845b412a18874ddbb735ac3cab70cb94c (diff) | |
download | chromium_src-e65251d7ee4a93ad257751edc5254d94f34a7c77.zip chromium_src-e65251d7ee4a93ad257751edc5254d94f34a7c77.tar.gz chromium_src-e65251d7ee4a93ad257751edc5254d94f34a7c77.tar.bz2 |
Disable some tests which newly fail on Android
BUG=None
TEST=
Review URL: https://chromiumcodereview.appspot.com/10082015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/android/gtest_filter/net_unittests_disabled | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/android/gtest_filter/net_unittests_disabled b/build/android/gtest_filter/net_unittests_disabled index ce6c12c..bfa86ee 100644 --- a/build/android/gtest_filter/net_unittests_disabled +++ b/build/android/gtest_filter/net_unittests_disabled @@ -78,3 +78,8 @@ HttpCache.RangeGET_Previous200 HttpCache.RangeGET_Cancel2 UDPSocketTest.ConnectRandomBind UDPSocketTest.ClientGetLocalPeerAddresses +# Disabled 4/13/12 by jrg. More CertVerifyProcTest.* tests fail on +# the bot than locally; disabling them all for now. +CertVerifyProcTest.* +# Runs fine locally but not on the bot. +VerifyRoot/CertVerifyProcWeakDigestTest.* |