Skip to content

Commit

Permalink
fix: Disable event-validation in C1 in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stbrody committed Nov 5, 2024
1 parent c30bad0 commit 0299c69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ipfs-daemon/src/rust-ipfs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit 0299c69

Please sign in to comment.