From 0299c69fc8584e351bfbb34a6e077b0c94550b4f Mon Sep 17 00:00:00 2001 From: Spencer T Brody Date: Tue, 5 Nov 2024 16:05:36 -0500 Subject: [PATCH] fix: Disable event-validation in C1 in unit tests --- packages/ipfs-daemon/src/rust-ipfs.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/ipfs-daemon/src/rust-ipfs.ts b/packages/ipfs-daemon/src/rust-ipfs.ts index 40abd88264..3d2b9f8361 100644 --- a/packages/ipfs-daemon/src/rust-ipfs.ts +++ b/packages/ipfs-daemon/src/rust-ipfs.ts @@ -115,6 +115,8 @@ async function binary( // nodes that should not be in the same network will never discover each other '--local-network-id', networkId.toString(), + '--event-validation', + false, ].concat(testExtras) const proc = spawn(binary_path, parameters, {