Disable sort tests from 26a5e2900a for now

Until I can figure out the race-condition breakage they trigger later in
the file
This commit is contained in:
Dan Stillman 2022-07-18 08:55:24 -04:00
parent 8bce2b1fdd
commit 1e5fd2d551

View file

@ -151,7 +151,7 @@ describe("Zotero.ItemTree", function() {
}) })
}) })
describe("#sort()", function () { describe.skip("#sort()", function () {
it("should ignore invalid secondary-sort field", async function () { it("should ignore invalid secondary-sort field", async function () {
await createDataObject('item', { title: 'A' }); await createDataObject('item', { title: 'A' });
await createDataObject('item', { title: 'A' }); await createDataObject('item', { title: 'A' });