Skip to content

Commit

Permalink
skip flaky suite (#183847)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 20, 2024
1 parent 21a30f3 commit 0f1139f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/group4/_esql_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('inspector', () => {
// FLAKY: https://github.com/elastic/kibana/issues/183847
describe.skip('inspector', () => {
beforeEach(async () => {
await PageObjects.common.navigateToApp('discover');
await PageObjects.timePicker.setDefaultAbsoluteRange();
Expand Down

0 comments on commit 0f1139f

Please sign in to comment.