Skip to content

Commit 014fa72

Browse files
committed
chore(*): Add pending to failing test due to issue.
1 parent 8b3e1c3 commit 014fa72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,8 +1080,8 @@ describe('IgxHierarchicalGrid Runtime Row Island change Scenarios #hGrid', () =>
10801080
hierarchicalGrid = fixture.componentInstance.hgrid;
10811081
}));
10821082

1083-
// Logged issue #6731
10841083
xit('should allow changing row islands runtime in root grid.', () => {
1084+
pending('Related to issue #6731');
10851085
const row = hierarchicalGrid.getRowByIndex(0) as IgxHierarchicalRowComponent;
10861086
UIInteractions.clickElement(row.expander);
10871087
fixture.detectChanges();

0 commit comments

Comments
 (0)