From 0addcc5740afacefd45b3a952578fc6e3a81486a Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:10:14 +1100 Subject: [PATCH] Do not attempt to start hardhat node since CI already started one --- tests/integration/testslotreservations.nim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/integration/testslotreservations.nim b/tests/integration/testslotreservations.nim index 9fb54f2f..924a4620 100644 --- a/tests/integration/testslotreservations.nim +++ b/tests/integration/testslotreservations.nim @@ -12,9 +12,7 @@ marketplacesuite "Slot reservations": test "nonce does not go too high when reserving slots", NodeConfigs( # Uncomment to start Hardhat automatically, typically so logs can be inspected locally - hardhat: HardhatConfig() - .withLogFile() - .some, + hardhat: HardhatConfig.none, clients: CodexConfigs.init(nodes=1)