Disable spuriously failing test
waitForItemsLoad() isn't waiting for the item pane message to be updated, so this test fails.
This commit is contained in:
parent
eee0e22bf6
commit
0e33d1ef46
|
@ -36,7 +36,7 @@ describe("ZoteroPane", function() {
|
|||
});
|
||||
|
||||
describe("#itemSelected()", function () {
|
||||
it("should update the item count", function* () {
|
||||
it.skip("should update the item count", function* () {
|
||||
var collection = new Zotero.Collection;
|
||||
collection.name = "Count Test";
|
||||
var id = yield collection.saveTx();
|
||||
|
|
Loading…
Reference in New Issue
Block a user