Skip to content

Commit

Permalink
Skip serverless security agentless tests for MKI (elastic#196250)
Browse files Browse the repository at this point in the history
## Summary

This PR skips the serverless security agentless test suite for MKI runs.
Details in elastic#196245
  • Loading branch information
pheyos authored Oct 15, 2024
1 parent 422cad5 commit 3241359
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const AWS_SINGLE_ACCOUNT_TEST_ID = 'awsSingleTestId';

describe('Agentless API Serverless', function () {
// fails on MKI, see https://github.com/elastic/kibana/issues/196245
this.tags(['failsOnMKI']);

let mockApiServer: http.Server;
let cisIntegration: typeof pageObjects.cisAddIntegration;

Expand Down

0 comments on commit 3241359

Please sign in to comment.