From 75624f2f6aebcf24856718710cb2a41d190cf812 Mon Sep 17 00:00:00 2001 From: Honza Bambas Date: Fri, 7 Feb 2014 22:15:24 +0100 Subject: [PATCH] Bug 969160 - disable test_cache2-12-evict-disk.js on android, r=jduell --- netwerk/test/unit/xpcshell.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netwerk/test/unit/xpcshell.ini b/netwerk/test/unit/xpcshell.ini index d62efe5a3a7b..4c8b6ac48507 100644 --- a/netwerk/test/unit/xpcshell.ini +++ b/netwerk/test/unit/xpcshell.ini @@ -41,6 +41,8 @@ skip-if = os == "android" # Bug 675039, comment 6: "The difference is that the memory cache is disabled in Armv6 builds." skip-if = os == "android" [test_cache2-12-evict-disk.js] +# Bug 675039, comment 6: "The difference is that the memory cache is disabled in Armv6 builds." +skip-if = os == "android" [test_cache2-13-evict-non-existing.js] [test_cache2-14-concurent-readers.js] [test_cache2-14b-concurent-readers-complete.js]