mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#81072)
This commit is contained in:
parent
5460ad741c
commit
bbec35f16e
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue