mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
skip failing test suite (#218282)
This commit is contained in:
parent
0aeadb80ca
commit
f660e0140e
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ export default function ({ getService }: FtrProviderContextWithSpaces) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const utils = getService('securitySolutionUtils');
|
||||
|
||||
describe('Overview Host', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/218282
|
||||
describe.skip('Overview Host', () => {
|
||||
let supertest: TestAgent;
|
||||
let search: SearchService;
|
||||
describe('With auditbeat', () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue