skip failing es promotion suite (#163454)

This commit is contained in:
Tiago Costa 2023-08-09 02:34:08 +01:00
parent fb16a55e78
commit 7413e8a21a
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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/163454
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');