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 bb7471c commit 406bd78
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 * as kbnTestServer from '../../../test_helpers/kbn_server';
import { Root } from '../../root';

describe.each(Array.from(new Array(200), (_, index) => index))('default route provider #%d', () => {
describe('default route provider', () => {
let esServer: kbnTestServer.TestElasticsearchUtils;
let root: Root;

Expand Down

0 comments on commit 406bd78

Please sign in to comment.