--- a/tests/src/eth/scheduling.test.ts +++ b/tests/src/eth/scheduling.test.ts @@ -26,7 +26,7 @@ }); }); - itEth.ifWithPallets.only('Successfully schedules and periodically executes an EVM contract', [Pallets.Scheduler], async ({helper, privateKey}) => { + itEth.ifWithPallets('Successfully schedules and periodically executes an EVM contract', [Pallets.Scheduler], async ({helper, privateKey}) => { const donor = await privateKey({filename: __filename}); const [alice] = await helper.arrange.createAccounts([1000n], donor);