Skip to content

Commit

Permalink
skip flaky suite (elastic#118728)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 18, 2022
1 parent 34ae06a commit d296c6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/security/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('Deactivate/Activate user', () => {
// FLAKY: https://github.com/elastic/kibana/issues/118728
describe.skip('Deactivate/Activate user', () => {
it('deactivates user when confirming', async () => {
await PageObjects.security.deactivatesUser(optionalUser);
const users = keyBy(await PageObjects.security.getElasticsearchUsers(), 'username');
Expand Down

0 comments on commit d296c6f

Please sign in to comment.