Disable potentially flaky jasmine tests SOL-1065

This commit is contained in:
Jesse Zoldak
2015-07-15 17:15:48 -04:00
parent c0de94295a
commit da68af5c04

View File

@@ -51,8 +51,8 @@ define([
});
describe('SearchCollection', function () {
// TODO: fix and re-enable. See SOL-1065
xdescribe('SearchCollection', function () {
beforeEach(function () {
this.server = Sinon.fakeServer.create();