[Cloud Security] Remove failsOnMKI tag from the Agentless agent tests in Serverless Quality Gates (#197094)

## Summary

Enabling the Serverless Quality Gate test for the Agentless Agent now
that the Agentless API downtime is completed
This commit is contained in:
seanrathier 2024-10-22 10:55:47 -04:00 committed by GitHub
parent d8fa996c50
commit 0055da5f39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;