skip flaky suite (#178918)

This commit is contained in:
Tiago Costa 2024-07-25 03:43:00 +01:00
parent f091389fc0
commit c3b0346a64
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -181,7 +181,8 @@ describe('telemetry tasks', () => {
});
});
describe('sender configuration', () => {
// FLAKY: https://github.com/elastic/kibana/issues/178918
describe.skip('sender configuration', () => {
it('should use legacy sender by default', async () => {
// launch a random task and verify it uses the new configuration
const task = await mockAndScheduleDetectionRulesTask();