Skip to content

Commit

Permalink
[Cloud Security] Remove failsOnMKI tag from the Agentless agent tests…
Browse files Browse the repository at this point in the history
… in Serverless Quality Gates (#197094)

## Summary

Enabling the Serverless Quality Gate test for the Agentless Agent now
that the Agentless API downtime is completed
  • Loading branch information
seanrathier authored Oct 22, 2024
1 parent d8fa996 commit 0055da5
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 0055da5

Please sign in to comment.