Skip to content

Commit

Permalink
Remove #[ignore] annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
SplittyDev committed Jul 24, 2023
1 parent d7dcfd0 commit 6aa811a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/narwhal/tests/bft_e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ async fn test_quorum_break() {
}

#[tokio::test(flavor = "multi_thread")]
#[ignore = "long-running e2e test"]
async fn test_leader_election_consistency() {
// The round at which to start checking for leader consistency.
const STARTING_ROUND: u64 = 2;
Expand Down

0 comments on commit 6aa811a

Please sign in to comment.