Skip to content

Commit

Permalink
fix(rm spending counter tests): audit tooling f11
Browse files Browse the repository at this point in the history
  • Loading branch information
cong-or committed Jan 24, 2024
1 parent 4eb9df4 commit 36ebc3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ pub fn transaction_nonexisting_account_input() {
}

#[test]
#[ignore]
pub fn transaction_with_incorrect_account_spending_counter() {
let faucet =
AddressDataValue::account_with_spending_counter(Discrimination::Test, 1, Value(1000));
Expand Down
1 change: 0 additions & 1 deletion src/chain-libs/chain-impl-mockchain/src/testing/e2e/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pub mod mint_token;
pub mod owner_delegation;
pub mod pool_update;
pub mod rewards;
pub mod spending_counter_lanes;
pub mod stake_distribution;
pub mod transactions;
pub mod update_proposal;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ pub fn pending_fragment_should_be_persisted() {
}

#[test]
#[ignore]
pub fn node_should_pickup_log_after_restart() {
let mut temp_dir = TempDir::new().unwrap();
let dump_folder = temp_dir.child("dump_folder");
Expand Down

0 comments on commit 36ebc3e

Please sign in to comment.