Skip to content

Commit

Permalink
skip security_users with comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Jul 7, 2023
1 parent 424f3c6 commit 2ef55ff
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ export default function ({ getService }: FtrProviderContext) {
const svlCommonApi = getService('svlCommonApi');
const supertest = getService('supertest');

describe('security/users', function () {
// Test should be unskipped when the API is disabled
// https://github.com/elastic/kibana/issues/161337
describe.skip('security/users', function () {
it('rejects request to create user', async () => {
const { body, status } = await supertest
.post(`/internal/security/users/some_testuser`)
Expand Down

0 comments on commit 2ef55ff

Please sign in to comment.