Skip to content

Commit

Permalink
skip failing test suite (elastic#166097)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 11, 2023
1 parent 60c7db0 commit 87be522
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: See https://github.com/elastic/kibana/issues/166097
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 87be522

Please sign in to comment.