Skip to content

Commit

Permalink
skip suite failing es promotion (elastic#163970)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Aug 15, 2023
1 parent ccc8661 commit ec999e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/lens/group4/tsdb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
log.info(`Indexed ${res.items.length} test data docs.`);
};

describe('lens tsdb', function () {
// Failing ES promotion: https://github.com/elastic/kibana/issues/163970
describe.skip('lens tsdb', function () {
const tsdbIndex = 'kibana_sample_data_logstsdb';
const tsdbDataView = tsdbIndex;
const tsdbEsArchive = 'test/functional/fixtures/es_archiver/kibana_sample_data_logs_tsdb';
Expand Down

0 comments on commit ec999e8

Please sign in to comment.