mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#178918)
This commit is contained in:
parent
f091389fc0
commit
c3b0346a64
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue