Skip to content

Commit

Permalink
remove #[ignore] test attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed Mar 18, 2024
1 parent db3d1df commit 9f569c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/app/tests/mock_consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ async fn mock_consensus_can_send_a_sequence_of_empty_blocks() -> anyhow::Result<
}

#[tokio::test]
#[ignore]
async fn mock_consensus_can_spend_notes_and_detect_outputs() -> anyhow::Result<()> {
// Install a test logger, acquire some temporary storage, and start the test node.
let guard = common::set_tracing_subscriber();
Expand Down

0 comments on commit 9f569c4

Please sign in to comment.