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

Disable flaky GroupConfigurationsPage JS test TNL-1475
This commit is contained in:
Jesse Zoldak
2015-07-08 12:43:29 -04:00

View File

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