Skip to content

Commit d48429f

Browse files
committed
chore(*): set to pending test related wuth issue 7300
1 parent 1dd74e7 commit d48429f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ describe('IgxHierarchicalGrid Basic Navigation #hGrid', () => {
494494
}));
495495

496496
it('should skip nested child grids that have no data when navigating up/down', (async () => {
497+
pending('Related with issue #7300');
497498
const child1 = hierarchicalGrid.hgridAPI.getChildGrids(false)[0];
498499
child1.height = '150px';
499500
await wait(DEBOUNCE_TIME);

0 commit comments

Comments
 (0)