Skip to content

Commit 8a71d1d

Browse files
[FTR] Skipped spaces tests using esArchiver for MKI (#234061)
## Summary Skipped spaces tests using esArchiver for MKI.
1 parent 281718c commit 8a71d1d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

x-pack/platform/test/spaces_api_integration/deployment_agnostic/security_and_spaces/apis/index.serverless.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import type { DeploymentAgnosticFtrProviderContext } from '../../ftr_provider_co
99

1010
export default function ({ loadTestFile }: DeploymentAgnosticFtrProviderContext) {
1111
describe('spaces api with security', function () {
12+
// Can be enabled on MKI after we migrate the tests using esArchiver to kbnClient.
13+
// https://github.com/elastic/kibana/issues/234059
14+
this.tags('skipMKI');
1215
loadTestFile(require.resolve('./resolve_copy_to_space_conflicts'));
1316
loadTestFile(require.resolve('./create'));
1417
loadTestFile(require.resolve('./delete'));

x-pack/platform/test/spaces_api_integration/deployment_agnostic/security_and_spaces/apis/index_trial.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import type { DeploymentAgnosticFtrProviderContext } from '../../ftr_provider_co
99

1010
export default function ({ loadTestFile }: DeploymentAgnosticFtrProviderContext) {
1111
describe('spaces api with security', function () {
12+
// Can be enabled on MKI after we migrate the tests using esArchiver to kbnClient.
13+
// https://github.com/elastic/kibana/issues/234059
1214
this.tags('skipMKI');
1315

1416
loadTestFile(require.resolve('./resolve_copy_to_space_conflicts'));

0 commit comments

Comments
 (0)