Skip to content

Commit

Permalink
Removing failsOnMKI tag from the create_agent test
Browse files Browse the repository at this point in the history
  • Loading branch information
seanrathier committed Oct 21, 2024
1 parent ff44bf2 commit cebdb89
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ 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 cebdb89

Please sign in to comment.