diff --git a/packages/tests/.mocharc.cjs b/packages/tests/.mocharc.cjs index f2ea3f66ce..688c48069c 100644 --- a/packages/tests/.mocharc.cjs +++ b/packages/tests/.mocharc.cjs @@ -7,7 +7,7 @@ const config = { 'loader=ts-node/esm' ], exit: true, - retries: 4 + retries: 0 }; if (process.env.CI) {