parent
80357b1938
commit
b44757ad3c
1 changed files with 0 additions and 10 deletions
|
@ -6,11 +6,6 @@ describe("Retractions", function () {
|
||||||
var retractedDOI = '10.1056/NEJMoa1200303'; // mixed case
|
var retractedDOI = '10.1056/NEJMoa1200303'; // mixed case
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
// TEMP: Temporarily disabled in CI due to failures in fx115
|
|
||||||
if (Zotero.automatedTest) {
|
|
||||||
this.skip();
|
|
||||||
}
|
|
||||||
|
|
||||||
userLibraryID = Zotero.Libraries.userLibraryID;
|
userLibraryID = Zotero.Libraries.userLibraryID;
|
||||||
win = await loadZoteroPane();
|
win = await loadZoteroPane();
|
||||||
zp = win.ZoteroPane;
|
zp = win.ZoteroPane;
|
||||||
|
@ -36,11 +31,6 @@ describe("Retractions", function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
after(async function () {
|
after(async function () {
|
||||||
// TEMP
|
|
||||||
if (Zotero.automatedTest) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
win.close();
|
win.close();
|
||||||
checkQueueItemsStub.restore();
|
checkQueueItemsStub.restore();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue