Skip to content

Commit

Permalink
skip flaky suite (#90576)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 9, 2021
1 parent da38f0d commit c61ce3c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const appsMenu = getService('appsMenu');
const managementMenu = getService('managementMenu');

describe('security', () => {
// FLAKY: https://github.com/elastic/kibana/issues/90576
describe.skip('security', () => {
before(async () => {
await esArchiver.load('empty_kibana');
await PageObjects.security.forceLogout();
Expand Down

0 comments on commit c61ce3c

Please sign in to comment.