Bug 1032594 - Don't run test_cache2-24-exists.js on Android, r=jcranmer

This commit is contained in:
Honza Bambas 2014-07-02 18:16:22 +02:00
parent ab4c8d5ea9
commit 079be537aa

View File

@ -4,6 +4,11 @@ function run_test()
{
do_get_profile();
if (!newCacheBackEndUsed()) {
do_check_true(true, "This test checks only cache2 specific behavior.");
return;
}
var mc = new MultipleCallbacks(2, function() {
var mem = getCacheStorage("memory");
var disk = getCacheStorage("disk");