mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#118728)
This commit is contained in:
parent
ed143741d3
commit
f18a1386a5
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue