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 b4e669e commit cfed7d3
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 cfed7d3

Please sign in to comment.