mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#115473)
This commit is contained in:
parent
909734491c
commit
5151aa4729
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ const userMock = {
|
|||
roles: ['superuser'],
|
||||
};
|
||||
|
||||
describe('EditUserPage', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/115473
|
||||
describe.skip('EditUserPage', () => {
|
||||
it('warns when viewing deactivated user', async () => {
|
||||
const coreStart = coreMock.createStart();
|
||||
const history = createMemoryHistory({ initialEntries: ['/edit/jdoe'] });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue