Skip to content

Commit

Permalink
remove canary test
Browse files Browse the repository at this point in the history
I was just making sure that if these tests fail, CI will fail.
  • Loading branch information
hds committed Dec 3, 2024
1 parent 911c6fe commit ed7dd61
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tokio/tests/tracing_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,3 @@ async fn test_semaphore_creates_span() {

handle.assert_finished();
}

#[test]
fn this_test_must_fail() {
let value = false;
assert!(value, "I must fail");
}

0 comments on commit ed7dd61

Please sign in to comment.