Skip to content

Commit

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

describe('CopyToSpaceFlyout', () => {
describe.skip('CopyToSpaceFlyout', () => {
it('waits for spaces to load', async () => {
const { wrapper } = await setup({ returnBeforeSpacesLoad: true });

Expand Down

0 comments on commit d6fa48b

Please sign in to comment.