From 0055da5f39cbeabf426ffbec5b7e58e43c96cd57 Mon Sep 17 00:00:00 2001 From: seanrathier Date: Tue, 22 Oct 2024 10:55:47 -0400 Subject: [PATCH] [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 --- .../ftr/cloud_security_posture/agentless_api/create_agent.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/x-pack/test_serverless/functional/test_suites/security/ftr/cloud_security_posture/agentless_api/create_agent.ts b/x-pack/test_serverless/functional/test_suites/security/ftr/cloud_security_posture/agentless_api/create_agent.ts index 8164fd39a81de..b26581fb46dfd 100644 --- a/x-pack/test_serverless/functional/test_suites/security/ftr/cloud_security_posture/agentless_api/create_agent.ts +++ b/x-pack/test_serverless/functional/test_suites/security/ftr/cloud_security_posture/agentless_api/create_agent.ts @@ -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;