Skip to content

Commit

Permalink
test(node): ignore potentially irrelevant test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Oct 18, 2023
1 parent ae7bf0a commit 400a00a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sn_node/tests/storage_payments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ async fn storage_payment_register_creation_succeeds() -> Result<()> {
}

#[tokio::test]
#[ignore = "Test currently invalid as we always try to pay and upload registers if none found... need to check if this test is valid"]
async fn storage_payment_register_creation_and_mutation_fails() -> Result<()> {
let _log_guards = init_logging_single_threaded_tokio("storage_payments");

Expand Down

0 comments on commit 400a00a

Please sign in to comment.