skip flyout test, add linked issue #96708

This commit is contained in:
Jonathan Budzenski 2021-04-09 13:12:11 -05:00
parent d6fa48b2e8
commit 51ba5f106d

View file

@ -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 });