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
mistic committed Sep 6, 2021
1 parent f955947 commit 907a340
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 client = getService('es');

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

0 comments on commit 907a340

Please sign in to comment.