mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#136152)
This commit is contained in:
parent
5fd5b272a1
commit
8c844d8b49
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ export default function createActionsTelemetryTests({ getService }: FtrProviderC
|
|||
const supertestWithoutAuth = getService('supertestWithoutAuth');
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
describe('actions telemetry', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/136152
|
||||
describe.skip('actions telemetry', () => {
|
||||
const alwaysFiringRuleId: { [key: string]: string } = {};
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue