Skip to content

Commit

Permalink
skip flaky suite (#101454)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 17, 2021
1 parent 36f8cb3 commit 9569fe0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ const spacesManager = spacesManagerMock.create();
const { getStartServices } = coreMock.createSetup();
const spacesApiUi = getUiApi({ spacesManager, getStartServices });

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

0 comments on commit 9569fe0

Please sign in to comment.