diff --git a/src/test/e2e/api/admin/playground.e2e.test.ts b/src/test/e2e/api/admin/playground.e2e.test.ts index bbc56e1e04..b0a2e1cc95 100644 --- a/src/test/e2e/api/admin/playground.e2e.test.ts +++ b/src/test/e2e/api/admin/playground.e2e.test.ts @@ -301,7 +301,10 @@ The following features are in the longer list, but not in the shorter: ${JSON.st }, ) .afterEach(reset(db)), - testParams, + { + ...testParams, + seed: -404028249, + }, ); });