mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#186935)
This commit is contained in:
parent
5324dc23b3
commit
3ca20eac0a
1 changed files with 2 additions and 1 deletions
|
@ -372,7 +372,8 @@ GET _search
|
|||
});
|
||||
});
|
||||
|
||||
describe('index fields autocomplete', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/186935
|
||||
describe.skip('index fields autocomplete', () => {
|
||||
const indexName = `index_field_test-${Date.now()}-${Math.random()}`;
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue