Skip to content

Commit ecf7c39

Browse files
committed
skip flaky suite (#244074)
1 parent b75b35a commit ecf7c39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/packages/chrome/navigation/src/__tests__/both_modes.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,8 @@ describe('Both modes', () => {
449449
});
450450
});
451451

452-
describe('Primary menu item limit', () => {
452+
// FLAKY: https://github.com/elastic/kibana/issues/244074
453+
describe.skip('Primary menu item limit', () => {
453454
/**
454455
* GIVEN fewer than 12 primary menu items exist (e.g. 10)
455456
* WHEN the navigation renders

0 commit comments

Comments
 (0)