Skip to content

Commit

Permalink
skip flaky suite (#194575)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 2, 2024
1 parent 1767861 commit bbec3c4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('overview summary panel', () => {
// FLAKY: https://github.com/elastic/kibana/issues/194575
describe.skip('overview summary panel', () => {
it('should show summary KPIs', async () => {
await PageObjects.datasetQuality.navigateToDetails({
dataStream: apacheAccessDataStreamName,
Expand Down

0 comments on commit bbec3c4

Please sign in to comment.