Skip to content

Commit

Permalink
skip flyout test, add linked issue #96708
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Apr 9, 2021
1 parent cfed7d3 commit 7b9c6ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const setup = async (opts: SetupOpts = {}) => {
return { wrapper, onClose, mockSpacesManager, mockToastNotifications, savedObjectToCopy };
};

// flaky https://github.com/elastic/kibana/issues/96708
describe.skip('CopyToSpaceFlyout', () => {
it('waits for spaces to load', async () => {
const { wrapper } = await setup({ returnBeforeSpacesLoad: true });
Expand Down

0 comments on commit 7b9c6ad

Please sign in to comment.