mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#86544)
This commit is contained in:
parent
52c9de890a
commit
c51402f2b3
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ export default function copyToSpaceSpacesAndSecuritySuite({ getService }: FtrPro
|
|||
createMultiNamespaceTestCases,
|
||||
} = copyToSpaceTestSuiteFactory(es, esArchiver, supertestWithoutAuth);
|
||||
|
||||
describe('copy to spaces', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/86544
|
||||
describe.skip('copy to spaces', () => {
|
||||
[
|
||||
{
|
||||
spaceId: SPACES.DEFAULT.spaceId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue