skip flaky suite (#89191)

This commit is contained in:
Tiago Costa 2021-01-26 02:51:03 +00:00
parent da72cd47b2
commit bc840b1c46
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -9,7 +9,8 @@
import { schema } from '@kbn/config-schema';
import * as kbnTestServer from '../../../test_helpers/kbn_server';
describe('ui settings service', () => {
// FLAKY: https://github.com/elastic/kibana/issues/89191
describe.skip('ui settings service', () => {
describe('routes', () => {
let root: ReturnType<typeof kbnTestServer.createRoot>;
beforeAll(async () => {