Remove useless tests configuration

This commit is contained in:
2022-09-02 10:21:13 +02:00
parent 54214a3308
commit 6f8055f1c7
12 changed files with 12 additions and 12 deletions

View File

@ -13,7 +13,7 @@ fn port(index: u16) -> u16 {
get_port_number(PortsAllocation::ValidTokenWithCustomIncrement, index)
}
#[tokio::test(flavor = "multi_thread")]
#[tokio::test()]
async fn test() {
let _ = env_logger::builder().is_test(true).try_init();