diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-25 21:13:05 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-25 21:13:05 +0000 |
commit | 51b1f7bd57527790ccaa6529eacd13fd7117bd71 (patch) | |
tree | 89e46b99b6a545f1b8d35ad80c10293a4dd990ec /tools | |
parent | 19c1c124fb92a13c5f59dfde8f638b7bf9b73abb (diff) | |
download | art-51b1f7bd57527790ccaa6529eacd13fd7117bd71.zip art-51b1f7bd57527790ccaa6529eacd13fd7117bd71.tar.gz art-51b1f7bd57527790ccaa6529eacd13fd7117bd71.tar.bz2 |
Mark the tests as failing for now.
Need to investigate what is going on with the network on
the devices...
Change-Id: Ic308e768989bfbdbb086a4d09e31a7cc9a327d70
Diffstat (limited to 'tools')
-rw-r--r-- | tools/libcore_failures.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index b87b2ff..30d99bb 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -74,7 +74,11 @@ description: "Failing due to missing localhost on hammerhead and volantis.", result: EXEC_FAILED, modes: [device], - names: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate"] + names: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate", + "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithFtpURLConnection", + "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithJarFtpURLConnection", + "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithLoggingSocketHandler" + ] }, { description: "Test timeouts", |