mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
skip flaky suite (#136153)
This commit is contained in:
parent
6125281347
commit
f2b4de617b
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ import { setupSpacesAndUsers, tearDown } from '../../../setup';
|
|||
// eslint-disable-next-line import/no-default-export
|
||||
export default function telemetryTests({ loadTestFile, getService }: FtrProviderContext) {
|
||||
const esArchiver = getService('esArchiver');
|
||||
describe('Alerting and Actions Telemetry', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/136153
|
||||
describe.skip('Alerting and Actions Telemetry', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/event_log_telemetry');
|
||||
// reset the state in the telemetry task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue