Merge pull request #8824 from edx/zoldak/TNL-1475
Disable flaky GroupConfigurationsPage JS test TNL-1475
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user