diff --git a/tokio/tests/tracing_sync.rs b/tokio/tests/tracing_sync.rs index 067a3a67037..892331e7179 100644 --- a/tokio/tests/tracing_sync.rs +++ b/tokio/tests/tracing_sync.rs @@ -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"); -}