Skip to content

Commit

Permalink
skip failing test suite (#192509)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 10, 2024
1 parent 37251b0 commit 3130c9f
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 @@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');
const PageObjects = getPageObjects(['common', 'header']);

describe('overview page - Analytics apps', function describeIndexTests() {
// Failing: See https://github.com/elastic/kibana/issues/192509
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 3130c9f

Please sign in to comment.