Skip to content

Commit

Permalink
skip flaky suite (#115473 , #115474 , #116889 , #117081 , #116891 , #…
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 3, 2021
1 parent 5fc70f5 commit 1efcfb6
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ const userMock = {
roles: ['superuser'],
};

describe('EditUserPage', () => {
// FLAKY: https://github.com/elastic/kibana/issues/115473
// FLAKY: https://github.com/elastic/kibana/issues/115474
// FLAKY: https://github.com/elastic/kibana/issues/116889
// FLAKY: https://github.com/elastic/kibana/issues/117081
// FLAKY: https://github.com/elastic/kibana/issues/116891
// FLAKY: https://github.com/elastic/kibana/issues/116890
describe.skip('EditUserPage', () => {
const coreStart = coreMock.createStart();
let history = createMemoryHistory({ initialEntries: ['/edit/jdoe'] });
const authc = securityMock.createSetup().authc;
Expand Down

0 comments on commit 1efcfb6

Please sign in to comment.