Bug 1148818 - Re-enable the Cache part of test_request_context.html on Android now that it passes

This commit is contained in:
Ehsan Akhgari 2015-03-30 13:50:03 -04:00
parent deaa322f77
commit e8240458bc

View File

@ -326,10 +326,6 @@
}
function testCache() {
if (isAndroid) {
// FIXME: Re-enable this test on Android once bug 1148818 gets fixed.
return Promise.resolve();
}
return new Promise(function(resolve, reject) {
// Issue an XHR that will be intercepted by the SW in order to start off
// the test with a RequestContext value that is not the default ("fetch").