Skip to content

Commit c1666be

Browse files
authored
[SKIP ON MKI] .../open_in_lens/tsvb/*.ts (elastic#208927)
see details: elastic#208926
1 parent 97e8bad commit c1666be

File tree

2 files changed

+6
-2
lines changed
  • x-pack/test_serverless/functional/test_suites/common/visualizations

2 files changed

+6
-2
lines changed

x-pack/test_serverless/functional/test_suites/common/visualizations/group2/open_in_lens/agg_based/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ export default function ({ loadTestFile, getService, getPageObjects }: FtrProvid
1717
const config = getService('config');
1818
let remoteEsArchiver;
1919

20-
describe('lens app - Agg based Vis Open in Lens', () => {
20+
describe('lens app - Agg based Vis Open in Lens', function () {
21+
// see details: https://github.com/elastic/kibana/issues/208926
22+
this.tags(['failsOnMKI']);
2123
const esArchive = 'x-pack/test/functional/es_archives/logstash_functional';
2224
const localIndexPatternString = 'logstash-*';
2325
const remoteIndexPatternString = 'ftr-remote:logstash-*';

x-pack/test_serverless/functional/test_suites/common/visualizations/group3/open_in_lens/tsvb/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ export default function ({ loadTestFile, getService, getPageObjects }: FtrProvid
1717
const config = getService('config');
1818
let remoteEsArchiver;
1919

20-
describe('lens app - TSVB Open in Lens', () => {
20+
describe('lens app - TSVB Open in Lens', function () {
21+
// see details: https://github.com/elastic/kibana/issues/208926
22+
this.tags(['failsOnMKI']);
2123
const esArchive = 'x-pack/test/functional/es_archives/logstash_functional';
2224
const localIndexPatternString = 'logstash-*';
2325
const remoteIndexPatternString = 'ftr-remote:logstash-*';

0 commit comments

Comments
 (0)