diff --git a/e2e/tests-dfx/cycles-ledger.bash b/e2e/tests-dfx/cycles-ledger.bash index 06f4d8258f..a33abf54ae 100644 --- a/e2e/tests-dfx/cycles-ledger.bash +++ b/e2e/tests-dfx/cycles-ledger.bash @@ -525,7 +525,7 @@ current_time_nanoseconds() { # setup done dfx identity use alice - # shellcheck disable=SC2031 + # shellcheck disable=SC2030 export DFX_DISABLE_AUTO_WALLET=1 assert_command dfx canister create --all --with-cycles 10T assert_command dfx cycles balance --precise @@ -561,6 +561,7 @@ current_time_nanoseconds() { rm "$E2E_SHARED_LOCAL_NETWORK_DATA_DIRECTORY/wallets.json" # forget about the currently configured wallet # assert: no wallet configured + # shellcheck disable=SC2031 export DFX_DISABLE_AUTO_WALLET=1 assert_command_fail dfx wallet balance assert_match "No wallet configured"