Update tests/integration.rs
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m17s
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2025-10-29 12:13:46 +01:00
parent fb7674eac1
commit b833b2a27a

View File

@@ -1,6 +1,5 @@
use player::Backend;
#[ignore]
#[tokio::test]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
let listener = tokio::net::TcpListener::bind("0.0.0.0:0").await?;