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:
Dan Stillman 2015-05-19 03:55:54 -04:00
parent eee0e22bf6
commit 0e33d1ef46

View File

@ -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();