Skip to content

Commit

Permalink
Fix flaky ui_settings integration tests (#92028) (#92232)
Browse files Browse the repository at this point in the history
* Unskip ui_settings integration tests

* Run 200 times the test to ensure it does not fail

* Revert 200 execution loop

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Alejandro Fernández Haro <[email protected]>
  • Loading branch information
kibanamachine and afharo authored Feb 22, 2021
1 parent 398a80e commit bbe3417
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 bbe3417

Please sign in to comment.