Skip to content

Commit

Permalink
skip flaky suite (#89191)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 26, 2021
1 parent da72cd4 commit bc840b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/server/ui_settings/integration_tests/routes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit bc840b1

Please sign in to comment.