Skip to content
Snippets Groups Projects
Commit 25dc7f3c authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#132): fix E2E tests: add `--reserved-only` option

parent b12fced1
No related branches found
No related tags found
1 merge request!182Resolve "Industrialize Releases production"
Pipeline #34138 waiting for manual action
......@@ -135,6 +135,8 @@ pub async fn spawn_node(
"--rpc-cors=all",
"--alice",
"--tmp",
// Fix: End2End test may fail due to network discovery. This option disables automatic peer discovery.π
"--reserved-only",
],
&duniter_binary_path,
maybe_genesis_conf_file,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment