Skip to content

Commit

Permalink
skip flaky suite (#189057)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 24, 2024
1 parent fac8638 commit a1d221e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/lens/group1/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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-*';
Expand Down

0 comments on commit a1d221e

Please sign in to comment.