CI: Re-enable retractions tests

See #3962
This commit is contained in:
Dan Stillman 2024-04-11 06:08:40 -04:00
parent 80357b1938
commit b44757ad3c

View file

@ -6,11 +6,6 @@ describe("Retractions", function () {
var retractedDOI = '10.1056/NEJMoa1200303'; // mixed case
before(async function () {
// TEMP: Temporarily disabled in CI due to failures in fx115
if (Zotero.automatedTest) {
this.skip();
}
userLibraryID = Zotero.Libraries.userLibraryID;
win = await loadZoteroPane();
zp = win.ZoteroPane;
@ -36,11 +31,6 @@ describe("Retractions", function () {
});
after(async function () {
// TEMP
if (Zotero.automatedTest) {
return;
}
win.close();
checkQueueItemsStub.restore();