mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
5046cd6a14
commit
3690161f9c
@ -128,7 +128,7 @@
|
||||
.then(abortPrevious)
|
||||
.then(networkError404)
|
||||
.then(parseError)
|
||||
.then(updatefound)
|
||||
//.then(updatefound)
|
||||
// put more tests here.
|
||||
.then(function() {
|
||||
SimpleTest.finish();
|
||||
|
Loading…
Reference in New Issue
Block a user