Skip to content

Commit

Permalink
skip flaky suite (#172246)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 30, 2023
1 parent a1c9104 commit c199143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/discover/value_suggestions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.common.navigateToApp('discover');
});

describe('discover', () => {
// FLAKY: https://github.com/elastic/kibana/issues/172246
describe.skip('discover', () => {
afterEach(async () => {
await queryBar.clearQuery();
});
Expand Down

0 comments on commit c199143

Please sign in to comment.