Skip to content

Commit

Permalink
skip flaky suite. #122502
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Mar 27, 2022
1 parent 4ca68fc commit c890292
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ export default ({ getService }: FtrProviderContext) => {
});
});

describe('tests with auditbeat data', () => {
// FLAKY: https://github.com/elastic/kibana/issues/122502
describe.skip('tests with auditbeat data', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/auditbeat/hosts');
});
Expand Down

0 comments on commit c890292

Please sign in to comment.