mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 798345 - Fix the comm-central perma-orange introduced by bug 794606; r=jdm
This commit is contained in:
parent
4e6612830f
commit
c212e02a04
@ -16,6 +16,11 @@ this.__defineGetter__("pb", function () {
|
||||
// Private resumed request sends times=1 cookie, completes
|
||||
|
||||
function run_test() {
|
||||
// Don't run the test where the PB service is not available
|
||||
if (!pb) {
|
||||
return;
|
||||
}
|
||||
|
||||
do_test_pending();
|
||||
let httpserv = new HttpServer();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user