Skip to content

Commit

Permalink
skip failing es promotion suite (elastic#176109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 1, 2024
1 parent 2c603b1 commit 7c45bfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/group6/_tsvb_tsdb_basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const testSubjects = getService('testSubjects');

describe('visual builder tsdb check', function describeIndexTests() {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176109
describe.skip('visual builder tsdb check', function describeIndexTests() {
before(async () => {
log.info(`loading sample TSDB index...`);
await esArchiver.load('test/functional/fixtures/es_archiver/kibana_sample_data_logs_tsdb');
Expand Down

0 comments on commit 7c45bfd

Please sign in to comment.