Bug 984048 - Temporarily disable serviceworker updatefound test. r=test-only

The updatefound test uses some bits that haven't landed yet, namely the ability to access running ServiceWorker instances using navigator.serviceWorker.controller.

--HG--
extra : rebase_source : dfacd3352d6d09c68ae1debcc0ce5f81127161e7
This commit is contained in:
Nikhil Marathe 2014-07-23 13:23:32 -07:00
parent 1a6cd2110f
commit 3558ea2a1f

View File

@ -128,7 +128,7 @@
.then(abortPrevious)
.then(networkError404)
.then(parseError)
.then(updatefound)
//.then(updatefound)
// put more tests here.
.then(function() {
SimpleTest.finish();