CI: Temporarily disable BlockingObserver test due to #3962
This commit is contained in:
parent
df3b9fa425
commit
bef389e110
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ describe("HiddenBrowser", function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should prevent a remote request with blockRemoteResources", async function () {
|
it("should prevent a remote request with blockRemoteResources", async function () {
|
||||||
|
// TEMP: Disable in CI for now to avoid HTTP request failures
|
||||||
|
// https://github.com/zotero/zotero/issues/3962
|
||||||
|
if (Zotero.automatedTest) this.skip();
|
||||||
|
|
||||||
let path = OS.Path.join(getTestDataDirectory().path, 'test-hidden.html');
|
let path = OS.Path.join(getTestDataDirectory().path, 'test-hidden.html');
|
||||||
let browser = new HiddenBrowser({ blockRemoteResources: true });
|
let browser = new HiddenBrowser({ blockRemoteResources: true });
|
||||||
await browser.load(path);
|
await browser.load(path);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue