Skip to content

Commit

Permalink
skip flaky suite (elastic#184600)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Nov 8, 2024
1 parent 2c22766 commit 60d7dc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/group3/_lens_vis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
return seriesType;
}

describe('discover lens vis', function () {
// FLAKY: https://github.com/elastic/kibana/issues/184600
describe.skip('discover lens vis', function () {
before(async () => {
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');
Expand Down

0 comments on commit 60d7dc4

Please sign in to comment.