From 0e33d1ef46a20dfd3bbe0b75c4d7ea0ef28d111e Mon Sep 17 00:00:00 2001
From: Dan Stillman <dstillman@zotero.org>
Date: Tue, 19 May 2015 03:55:54 -0400
Subject: [PATCH] Disable spuriously failing test

waitForItemsLoad() isn't waiting for the item pane message to be updated, so
this test fails.
---
 test/tests/zoteroPaneTest.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/tests/zoteroPaneTest.js b/test/tests/zoteroPaneTest.js
index 5ca2966df..6b794c744 100644
--- a/test/tests/zoteroPaneTest.js
+++ b/test/tests/zoteroPaneTest.js
@@ -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();