Skip to content

Commit

Permalink
test(igx-grid): silence flickering groupby test. #1260
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Jun 22, 2018
1 parent 4b0395d commit efdb6b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ describe('IgxGrid - GroupBy', () => {
expect(groupRows[1].expanded).toEqual(true);
});

it('should remove expansion state when reordering chips', (done) => {
xit('should remove expansion state when reordering chips', (done) => {
const fix = TestBed.createComponent(GroupableGridComponent);
const grid = fix.componentInstance.instance;
fix.componentInstance.data = [
Expand Down

0 comments on commit efdb6b6

Please sign in to comment.