Skip to content

Commit 707405d

Browse files
committed
test(SplitterLayout): skip flaky test
1 parent db30e66 commit 707405d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/components/SplitterLayout/SplitterLayout.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe('SplitterLayout', () => {
8787
});
8888
});
8989

90-
it('SplitterLayout w/ multiple SplitterElements', () => {
90+
it.skip('SplitterLayout w/ multiple SplitterElements', () => {
9191
const click = cy.spy().as('click');
9292
[true, false].forEach((vertical) => {
9393
cy.mount(

0 commit comments

Comments
 (0)