skip failing test suite (#125452)

This commit is contained in:
Kibana Machine 2022-08-23 15:58:18 -04:00
parent ecd1bb2c8c
commit 2323e6e061

View file

@ -25,7 +25,8 @@ export default function copyToSpacesOnlySuite({ getService }: FtrProviderContext
originSpaces,
} = copyToSpaceTestSuiteFactory(es, esArchiver, supertestWithoutAuth);
describe('copy to spaces', () => {
// Failing: See https://github.com/elastic/kibana/issues/125452
describe.skip('copy to spaces', () => {
originSpaces.forEach((spaceId) => {
copyToSpaceTest(`from the ${spaceId} space`, {
spaceId,