Skip to content

Commit

Permalink
turn off feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 committed Jan 10, 2024
1 parent c0abc6e commit 713d904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/tests-dfx/cycles-ledger.bash
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ current_time_nanoseconds() {
}

@test "canister creation" {
# skip "can't be properly tested with feature flag turned off (`CYCLES_LEDGER_ENABLED`). TODO(SDK-1331): re-enable this test"
skip "can't be properly tested with feature flag turned off (`CYCLES_LEDGER_ENABLED`). TODO(SDK-1331): re-enable this test"
dfx_new temporary
add_cycles_ledger_canisters_to_project
install_cycles_ledger_canisters
Expand Down
2 changes: 1 addition & 1 deletion src/dfx/src/lib/operations/cycles_ledger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use thiserror::Error;

/// Cycles ledger feature flag to turn off behavior that would be confusing while cycles ledger is not enabled yet.
//TODO(SDK-1331): feature flag can be removed
pub const CYCLES_LEDGER_ENABLED: bool = true;
pub const CYCLES_LEDGER_ENABLED: bool = false;

const ICRC1_BALANCE_OF_METHOD: &str = "icrc1_balance_of";
const ICRC1_TRANSFER_METHOD: &str = "icrc1_transfer";
Expand Down

0 comments on commit 713d904

Please sign in to comment.