mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#129754)
This commit is contained in:
parent
425c46a1eb
commit
fc7d3850bd
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ function createFakeElasticsearchServer() {
|
|||
return server;
|
||||
}
|
||||
|
||||
describe('fake elasticsearch', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/129754
|
||||
describe.skip('fake elasticsearch', () => {
|
||||
let esServer: http.Server;
|
||||
let kibanaServer: Root;
|
||||
let kibanaHttpServer: http.Server;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue