Skip to content

Commit

Permalink
skip flaky suite (elastic#129754)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and kertal committed May 24, 2022
1 parent 8644c80 commit f6ffc19
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f6ffc19

Please sign in to comment.