From b833b2a27ad0eee89cca92165fcce185f37a3646 Mon Sep 17 00:00:00 2001 From: philipp Date: Wed, 29 Oct 2025 12:13:46 +0100 Subject: [PATCH] Update tests/integration.rs --- tests/integration.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index b82a5c1..aad33d0 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -1,6 +1,5 @@ use player::Backend; -#[ignore] #[tokio::test] async fn main() -> Result<(), Box> { let listener = tokio::net::TcpListener::bind("0.0.0.0:0").await?;