Commit 913a5dfe by Jesse Zoldak

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

Disable potentially flaky jasmine tests
parents 41350002 da68af5c
...@@ -51,8 +51,8 @@ define([ ...@@ -51,8 +51,8 @@ define([
}); });
// TODO: fix and re-enable. See SOL-1065
describe('SearchCollection', function () { xdescribe('SearchCollection', function () {
beforeEach(function () { beforeEach(function () {
this.server = Sinon.fakeServer.create(); this.server = Sinon.fakeServer.create();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment