mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ci] skip flaky test (#188313)
## Summary Re: https://github.com/elastic/kibana/issues/188234
This commit is contained in:
parent
4e25754dc9
commit
d5345e442d
1 changed files with 2 additions and 1 deletions
|
@ -679,7 +679,8 @@ describe('telemetry tasks', () => {
|
|||
expect(body.file).toStrictEqual(alertsDetectionsRequest.file);
|
||||
});
|
||||
|
||||
it('should manage runtime errors searching endpoint metrics', async () => {
|
||||
// Flaky: https://github.com/elastic/kibana/issues/188234
|
||||
it.skip('should manage runtime errors searching endpoint metrics', async () => {
|
||||
const errorMessage = 'Something went wront';
|
||||
|
||||
async function* mockedGenerator(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue