Skip to content

Commit

Permalink
[ci] skip flaky test (#188313)
Browse files Browse the repository at this point in the history
## Summary
Re: #188234
  • Loading branch information
delanni authored Jul 15, 2024
1 parent 4e25754 commit d5345e4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d5345e4

Please sign in to comment.