disable "Check async widget discovery" test which breaks the jasmine test output
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 9 Oct 2014 12:16:52 +0000 (12:16 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 9 Oct 2014 12:16:52 +0000 (12:16 +0000)
was introduced in 2dc4cb56

test/spec/mkws-pazpar2.js

index 10f3336..9a05f53 100644 (file)
@@ -728,7 +728,7 @@ describe("Check SortBy options", function () {
     });
 });
 
-describe("Check async widget discovery", function () {
+xdescribe("Check async widget discovery", function () {
   var $ = mkws.$;
   it("initialises a new widget", function() {
     $("div.mkwsSearch").after('<div id="asyncSearch"><div id="asyncSearch" class="mkwsSearch mkwsTeam_async"></div></div>');