skip flaky suite (#189057)

This commit is contained in:
Tiago Costa 2024-07-24 15:37:48 +01:00
parent 7eb47670d3
commit 7bbc37f42b
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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-*';