Skip to content

Commit

Permalink
skip flaky suite (elastic#198109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Nov 8, 2024
1 parent 60d7dc4 commit b352ebb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/console/_autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ GET _search
});
});

describe('index fields autocomplete', () => {
// FLAKY: https://github.com/elastic/kibana/issues/198109
describe.skip('index fields autocomplete', () => {
const indexName = `index_field_test-${Date.now()}-${Math.random()}`;

before(async () => {
Expand Down

0 comments on commit b352ebb

Please sign in to comment.