Skip to content

Commit 9569fe0

Browse files
committed
skip flaky suite (#101454)
1 parent 36f8cb3 commit 9569fe0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/plugins/security/public/management/roles/edit_role/spaces_popover_list/spaces_popover_list.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ const spacesManager = spacesManagerMock.create();
4646
const { getStartServices } = coreMock.createSetup();
4747
const spacesApiUi = getUiApi({ spacesManager, getStartServices });
4848

49-
describe('SpacesPopoverList', () => {
49+
// FLAKY: https://github.com/elastic/kibana/issues/101454
50+
describe.skip('SpacesPopoverList', () => {
5051
async function setup(spaces: Space[]) {
5152
const wrapper = mountWithIntl(
5253
<SpacesPopoverList spaces={spaces} buttonText="hello world" spacesApiUi={spacesApiUi} />

0 commit comments

Comments
 (0)