Skip to content

Commit

Permalink
skip flaky suite (#81072)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 20, 2020
1 parent 2f5eda3 commit 54c14eb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const { startES } = kbnTestServer.createTestServers({
});
let esServer: kbnTestServer.TestElasticsearchUtils;

describe('default route provider', () => {
// FLAKY: https://github.com/elastic/kibana/issues/81072
describe.skip('default route provider', () => {
let root: Root;

beforeAll(async () => {
Expand Down

0 comments on commit 54c14eb

Please sign in to comment.