Skip to content

Commit 0299c69

Browse files
committed
fix: Disable event-validation in C1 in unit tests
1 parent c30bad0 commit 0299c69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/ipfs-daemon/src/rust-ipfs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ async function binary(
115115
// nodes that should not be in the same network will never discover each other
116116
'--local-network-id',
117117
networkId.toString(),
118+
'--event-validation',
119+
false,
118120
].concat(testExtras)
119121

120122
const proc = spawn(binary_path, parameters, {

0 commit comments

Comments
 (0)