[SKIP ON MKI] .../open_in_lens/tsvb/*.ts (#208927)

see details: https://github.com/elastic/kibana/issues/208926
This commit is contained in:
Tre 2025-01-30 15:49:37 +00:00 committed by GitHub
parent 97e8bada1d
commit c1666be580
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -17,7 +17,9 @@ export default function ({ loadTestFile, getService, getPageObjects }: FtrProvid
const config = getService('config');
let remoteEsArchiver;
describe('lens app - Agg based Vis Open in Lens', () => {
describe('lens app - Agg based Vis Open in Lens', function () {
// see details: https://github.com/elastic/kibana/issues/208926
this.tags(['failsOnMKI']);
const esArchive = 'x-pack/test/functional/es_archives/logstash_functional';
const localIndexPatternString = 'logstash-*';
const remoteIndexPatternString = 'ftr-remote:logstash-*';

View file

@ -17,7 +17,9 @@ export default function ({ loadTestFile, getService, getPageObjects }: FtrProvid
const config = getService('config');
let remoteEsArchiver;
describe('lens app - TSVB Open in Lens', () => {
describe('lens app - TSVB Open in Lens', function () {
// see details: https://github.com/elastic/kibana/issues/208926
this.tags(['failsOnMKI']);
const esArchive = 'x-pack/test/functional/es_archives/logstash_functional';
const localIndexPatternString = 'logstash-*';
const remoteIndexPatternString = 'ftr-remote:logstash-*';