Skip to content

Commit 500b1e5

Browse files
authored
Skip streams significant events and queries tests for MKI (#237610)
## Summary This PR skips the streams significant events and queries tests for MKI runs. Details on the failure in #237572
1 parent 8d83748 commit 500b1e5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

x-pack/platform/test/api_integration_deployment_agnostic/apis/streams/queries.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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);

x-pack/platform/test/api_integration_deployment_agnostic/apis/streams/significant_events.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)