Merge pull request #8943 from edx/zoldak/more-flaky-js

Disable potentially flaky jasmine tests
This commit is contained in:
Jesse Zoldak
2015-07-17 12:13:38 -04:00

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