Skip to content

Commit

Permalink
Revert 200 execution loop
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Feb 22, 2021
1 parent 6943df3 commit 4975f4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import { schema } from '@kbn/config-schema';
import * as kbnTestServer from '../../../test_helpers/kbn_server';

describe.each(Array.from(new Array(200), (_, index) => index))('ui settings service #%d', () => {
describe('ui settings service', () => {
describe('routes', () => {
let root: ReturnType<typeof kbnTestServer.createRoot>;
beforeAll(async () => {
Expand Down

0 comments on commit 4975f4a

Please sign in to comment.