CI: Temporarily disable BlockingObserver test due to #3962

This commit is contained in:
Dan Stillman 2024-04-11 05:58:51 -04:00
parent df3b9fa425
commit bef389e110

View file

@ -43,6 +43,10 @@ describe("HiddenBrowser", 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 browser = new HiddenBrowser({ blockRemoteResources: true });
await browser.load(path);