Skip to content

Commit

Permalink
chore: disable flawed tests sending out invalid 0 tx
Browse files Browse the repository at this point in the history
  • Loading branch information
grumbach committed Jul 25, 2024
1 parent 8901ca4 commit 935becf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sn_cli/src/acc_packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,7 @@ mod tests {
Ok(())
}

#[ignore = "This test sends out invalid 0 transactions and needs to be fixed"]
#[tokio::test]
async fn test_acc_packet_sync_mutations() -> Result<()> {
let client = get_new_client(SecretKey::random()).await?;
Expand Down
1 change: 1 addition & 0 deletions sn_node/tests/storage_payments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ async fn storage_payment_chunk_upload_succeeds() -> Result<()> {
Ok(())
}

#[ignore = "This test sends out invalid 0 transactions and needs to be fixed"]
#[tokio::test]
async fn storage_payment_chunk_upload_fails_if_no_tokens_sent() -> Result<()> {
let _log_guards = LogBuilder::init_single_threaded_tokio_test("storage_payments", true);
Expand Down

0 comments on commit 935becf

Please sign in to comment.