mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#59234)
This commit is contained in:
parent
a567dc7505
commit
06961eec91
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ import { setTimeout as setTimeoutPromise } from 'timers/promises';
|
|||
|
||||
const requestWaitDelay = 25;
|
||||
|
||||
describe('ServerMetricsCollector', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/59234
|
||||
describe.skip('ServerMetricsCollector', () => {
|
||||
let server: HttpService;
|
||||
let collector: ServerMetricsCollector;
|
||||
let hapiServer: HapiServer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue