mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flyout test, add linked issue #96708
This commit is contained in:
parent
d6fa48b2e8
commit
51ba5f106d
1 changed files with 1 additions and 0 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue