Skip to content

Commit f03f643

Browse files
[FTR] Enabled Spaces API tests on MKI (#230073)
## Summary Enabled Spaces API tests on MKI. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios __Closes: https://github.com/elastic/kibana/issues/207361__
1 parent 94918ca commit f03f643

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

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

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

1010
export default function ({ loadTestFile, getService }: DeploymentAgnosticFtrProviderContext) {
1111
describe('spaces api with security', function () {
12-
// Should be enabled when custom roles can be provisioned for MKI
13-
// See: https://github.com/elastic/kibana/issues/207361
1412
this.tags('skipMKI');
1513

1614
loadTestFile(require.resolve('./copy_to_space'));

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

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

1010
export default function ({ loadTestFile }: DeploymentAgnosticFtrProviderContext) {
1111
describe('spaces api with security', function () {
12-
// Should be enabled when custom roles can be provisioned for MKI
13-
// See: https://github.com/elastic/kibana/issues/207361
14-
this.tags('skipMKI');
1512
loadTestFile(require.resolve('./resolve_copy_to_space_conflicts'));
1613
loadTestFile(require.resolve('./create'));
1714
loadTestFile(require.resolve('./delete'));

0 commit comments

Comments
 (0)