Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit df04ff1

Browse files
committed
Remove disabling feature in token-cli tests
1 parent 5dbdcb8 commit df04ff1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

token/cli/tests/command.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use {
44
solana_cli_output::OutputFormat,
55
solana_client::{nonblocking::rpc_client::RpcClient, rpc_request::TokenAccountsFilter},
66
solana_sdk::{
7-
bpf_loader_upgradeable, feature_set,
7+
bpf_loader_upgradeable,
88
hash::Hash,
99
program_option::COption,
1010
program_pack::Pack,
@@ -162,8 +162,6 @@ async fn new_validator_for_test() -> (TestValidator, Keypair) {
162162
upgrade_authority: Pubkey::new_unique(),
163163
},
164164
]);
165-
// TODO Remove this once the Range Proof cost goes under 200k compute units
166-
test_validator_genesis.deactivate_features(&[feature_set::native_programs_consume_cu::id()]);
167165
test_validator_genesis.start_async().await
168166
}
169167

0 commit comments

Comments
 (0)