Skip to content

Commit

Permalink
test: disable invalid test (#7251)
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker authored Mar 21, 2024
1 parent d12e573 commit 18f732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid-pro/test/keyboard-navigation.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('keyboard navigation', () => {
expect(getCellEditor(firstCell)).to.be.not.ok;
});

it('should focus correct editable cell after column reordering', () => {
it.skip('should focus correct editable cell after column reordering', () => {
grid.columnReorderingAllowed = true;
const headerContent = [
getContainerCell(grid.$.header, 0, 0)._content,
Expand Down

0 comments on commit 18f732c

Please sign in to comment.