integration-test #9

Merged
philipp merged 5 commits from integration-test into main 2025-10-29 12:47:46 +01:00

View File

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