Skip to content

Commit

Permalink
skip flaky suite (elastic#194575)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 2, 2024
1 parent e2ebe2b commit 508aacf
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 508aacf

Please sign in to comment.