Skip to content

Commit

Permalink
Unskip ui_settings integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Feb 19, 2021
1 parent bf7fdfc commit e272937
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/server/ui_settings/integration_tests/routes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
import { schema } from '@kbn/config-schema';
import * as kbnTestServer from '../../../test_helpers/kbn_server';

// FLAKY: https://github.com/elastic/kibana/issues/89191
describe.skip('ui settings service', () => {
describe('ui settings service', () => {
describe('routes', () => {
let root: ReturnType<typeof kbnTestServer.createRoot>;
beforeAll(async () => {
Expand Down

0 comments on commit e272937

Please sign in to comment.