Skip to content

Commit

Permalink
skip flaky suite. elastic#135089
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jun 23, 2022
1 parent a92f79c commit 8a3975a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/kibana_overview/_analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');
const PageObjects = getPageObjects(['common', 'header']);

describe('overview page - Analytics apps', function describeIndexTests() {
// FLAKY https://github.com/elastic/kibana/issues/135089
describe.skip('overview page - Analytics apps', function describeIndexTests() {
before(async () => {
await esArchiver.load('test/functional/fixtures/es_archiver/logstash_functional');
await kibanaServer.importExport.load(
Expand Down

0 comments on commit 8a3975a

Please sign in to comment.