mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing es promotion suite (#176109)
This commit is contained in:
parent
2c603b1d7b
commit
7c45bfdc30
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue