Skip to content

Commit

Permalink
skip failing es promotion suites. #111240
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 8, 2021
1 parent 581714e commit 485aebc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const es = getService('es');

describe('telemetry collectors heartbeat', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/111240
describe.skip('telemetry collectors heartbeat', () => {
before('generating data', async () => {
await getService('esArchiver').load('x-pack/test/functional/es_archives/uptime/blank');

Expand Down

0 comments on commit 485aebc

Please sign in to comment.