From 7740a5db127ff321bc0e364d8314b9fe2cbcfd22 Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Thu, 20 Jan 2022 15:08:14 -0500 Subject: [PATCH] Revert "skip flaky suite (#123498)" This reverts commit 67706ca03312c657f3baeb6bc58ae79f8f776a9d. --- .../apis/endpoint_artifacts.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/security_solution_endpoint_api_int/apis/endpoint_artifacts.ts b/x-pack/test/security_solution_endpoint_api_int/apis/endpoint_artifacts.ts index 1e6646b4fbb24..58f6fbf58ccb5 100644 --- a/x-pack/test/security_solution_endpoint_api_int/apis/endpoint_artifacts.ts +++ b/x-pack/test/security_solution_endpoint_api_int/apis/endpoint_artifacts.ts @@ -210,8 +210,7 @@ export default function ({ getService }: FtrProviderContext) { } }); - // FLAKY: https://github.com/elastic/kibana/issues/123498 - describe.skip('and user DOES NOT have authorization to manage endpoint security', () => { + describe('and user DOES NOT have authorization to manage endpoint security', () => { for (const trustedAppApiCall of trustedAppApiCalls) { it(`should error on [${trustedAppApiCall.method}]`, async () => { await supertestWithoutAuth[trustedAppApiCall.method](trustedAppApiCall.path)