Skip to content

Commit

Permalink
Merge branch 'basvandijk/disable-query-verification-in-ic-mainnet-nns…
Browse files Browse the repository at this point in the history
…-recovery' into 'master'

fix: disable query verification in ic_mainnet_nns_recovery to fix dfx

 

See merge request dfinity-lab/public/ic!19188
  • Loading branch information
basvandijk committed May 8, 2024
2 parents 00550d0 + 0f84966 commit 4472b00
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 4472b00

Please sign in to comment.