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 committed Nov 7, 2024
1 parent 777722b commit 1e38446
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 1e38446

Please sign in to comment.