mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#189057)
This commit is contained in:
parent
7eb47670d3
commit
7bbc37f42b
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default ({ getService, loadTestFile, getPageObjects }: FtrProviderContext
|
|||
const config = getService('config');
|
||||
let remoteEsArchiver;
|
||||
|
||||
describe('lens app - group 1', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/189057
|
||||
describe.skip('lens app - group 1', () => {
|
||||
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