mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#104260)
This commit is contained in:
parent
306a7cb0f4
commit
910a5cae5f
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('hosts', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/104260
|
||||
describe.skip('hosts', () => {
|
||||
before(() => esArchiver.load('x-pack/test/functional/es_archives/auditbeat/hosts'));
|
||||
after(() => esArchiver.unload('x-pack/test/functional/es_archives/auditbeat/hosts'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue