Disable flaky GroupConfigurationsPage JS test TNL-1475

This commit is contained in:
Jesse Zoldak
2015-07-08 11:48:31 -04:00
parent c64d58f234
commit a11275ee0d

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