Skip to content

Commit

Permalink
fix: disable query verification in ic_mainnet_nns_recovery to fix dfx
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandijk committed May 8, 2024
1 parent cd5224a commit 0f84966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rs/tests/nns/ic_mainnet_nns_recovery/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,7 @@ fn create_cycles_wallet(

let mut cmd = Command::new(dfx_path);
cmd.env("HOME", home)
.env("DFX_DISABLE_QUERY_VERIFICATION", "1")
.arg("-q")
.arg("identity")
.arg("--network")
Expand Down

0 comments on commit 0f84966

Please sign in to comment.