File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
x-pack/platform/test/api_integration_deployment_agnostic/apis/streams Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
4545 } ;
4646
4747 describe ( 'Queries API' , function ( ) {
48+ // failsOnMKI, see https://github.com/elastic/kibana/issues/237572
49+ this . tags ( [ 'failsOnMKI' ] ) ;
50+
4851 before ( async ( ) => {
4952 roleAuthc = await samlAuth . createM2mApiKeyWithRoleScope ( 'admin' ) ;
5053 apiClient = await createStreamsRepositoryAdminClient ( roleScopedSupertest ) ;
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
3131 let apiClient : StreamsSupertestRepositoryClient ;
3232
3333 describe ( 'Significant Events' , function ( ) {
34+ // failsOnMKI, see https://github.com/elastic/kibana/issues/237572
35+ this . tags ( [ 'failsOnMKI' ] ) ;
36+
3437 before ( async ( ) => {
3538 roleAuthc = await samlAuth . createM2mApiKeyWithRoleScope ( 'admin' ) ;
3639 apiClient = await createStreamsRepositoryAdminClient ( roleScopedSupertest ) ;
You can’t perform that action at this time.
0 commit comments