mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing es promotion suite (#163454)
This commit is contained in:
parent
fb16a55e78
commit
7413e8a21a
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/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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue