mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#187275)
This commit is contained in:
parent
71a47c0d5c
commit
003ff3e601
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ export default function alertingMonitoringCollectionTests({ getService }: FtrPro
|
|||
? dedicatedTaskRunner.getSupertest()
|
||||
: supertest;
|
||||
|
||||
describe('monitoring_collection', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/187275
|
||||
describe.skip('monitoring_collection', () => {
|
||||
let endDate: string;
|
||||
const objectRemover = new ObjectRemover(supertest);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue