mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#94535)
This commit is contained in:
parent
2dea06f5a4
commit
017a2b8413
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const supertest = getService('supertest');
|
||||
|
||||
describe('uncommon_processes', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/94535
|
||||
describe.skip('uncommon_processes', () => {
|
||||
before(() => esArchiver.load('auditbeat/uncommon_processes'));
|
||||
after(() => esArchiver.unload('auditbeat/uncommon_processes'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue