mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[SKIP ON MKI] .../open_in_lens/tsvb/*.ts (#208927)
see details: https://github.com/elastic/kibana/issues/208926
This commit is contained in:
parent
97e8bada1d
commit
c1666be580
2 changed files with 6 additions and 2 deletions
|
@ -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-*';
|
||||
|
|
|
@ -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-*';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue