Commit 7b33b73a by Jesse Zoldak

Merge pull request #8824 from edx/zoldak/TNL-1475

Disable flaky GroupConfigurationsPage JS test TNL-1475
parents 25434a03 a11275ee
......@@ -47,7 +47,8 @@ define([
});
describe('Initial display', function() {
it('can render itself', function() {
// TODO fix this, see TNL-1475
xit('can render itself', function() {
var view = initializePage();
expect(view.$('.ui-loading')).toBeVisible();
view.render();
......
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