Skip to content

Commit

Permalink
skip flaky suite (#136153)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 8, 2023
1 parent 3558c29 commit 17b34f6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17b34f6

Please sign in to comment.