Skip to content

Commit

Permalink
Remove disabling feature in token-cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Nov 22, 2023
1 parent 5dbdcb8 commit df04ff1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions token/cli/tests/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use {
solana_cli_output::OutputFormat,
solana_client::{nonblocking::rpc_client::RpcClient, rpc_request::TokenAccountsFilter},
solana_sdk::{
bpf_loader_upgradeable, feature_set,
bpf_loader_upgradeable,
hash::Hash,
program_option::COption,
program_pack::Pack,
Expand Down Expand Up @@ -162,8 +162,6 @@ async fn new_validator_for_test() -> (TestValidator, Keypair) {
upgrade_authority: Pubkey::new_unique(),
},
]);
// TODO Remove this once the Range Proof cost goes under 200k compute units
test_validator_genesis.deactivate_features(&[feature_set::native_programs_consume_cu::id()]);
test_validator_genesis.start_async().await
}

Expand Down

0 comments on commit df04ff1

Please sign in to comment.