From 6bf6d7650b51beacdcb777a5fc681b93a8749f2f Mon Sep 17 00:00:00 2001 From: Jeramy Soucy Date: Mon, 18 Sep 2023 15:34:56 -0400 Subject: [PATCH] Unskips serverless user profile API tests (#165516) Closes #165769 Closes #165391 Unskips the serverless user profile API integration tests (still skipped for MKI only). Flaky Runner: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3166 --- .../test_suites/common/security/user_profiles.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test_serverless/api_integration/test_suites/common/security/user_profiles.ts b/x-pack/test_serverless/api_integration/test_suites/common/security/user_profiles.ts index 64650c5f47548..83ef0c4335679 100644 --- a/x-pack/test_serverless/api_integration/test_suites/common/security/user_profiles.ts +++ b/x-pack/test_serverless/api_integration/test_suites/common/security/user_profiles.ts @@ -16,8 +16,7 @@ export default function ({ getService }: FtrProviderContext) { describe('security/user_profiles', function () { describe('route access', () => { - // FLAKY: https://github.com/elastic/kibana/issues/165391 - describe.skip('internal', () => { + describe('internal', () => { // When we run tests on MKI, SAML realm is configured differently, and we cannot handcraft SAML responses to // log in as SAML users. this.tags(['skipMKI']);