mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#125452)
This commit is contained in:
parent
ecd1bb2c8c
commit
2323e6e061
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue