Skip to content

Commit

Permalink
skip flaky suite (#90416)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 13, 2021
1 parent 5fb5be6 commit 1d11f02
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const supertest = getService('supertest');

describe('uncommon_processes', () => {
// FLAKY: https://github.com/elastic/kibana/issues/90416
describe.skip('uncommon_processes', () => {
before(() => esArchiver.load('auditbeat/hosts'));
after(() => esArchiver.unload('auditbeat/hosts'));

Expand Down

0 comments on commit 1d11f02

Please sign in to comment.