Skip to content

Commit

Permalink
Unskips serverless user profile API tests (elastic#165516)
Browse files Browse the repository at this point in the history
Closes elastic#165769 
Closes elastic#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
  • Loading branch information
jeramysoucy authored Sep 18, 2023
1 parent 543dbcb commit 6bf6d76
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit 6bf6d76

Please sign in to comment.