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)