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::ValidWithMultipleTokenAuth, index)
}
#[tokio::test(flavor = "multi_thread", worker_threads = 5)]
#[tokio::test()]
async fn valid_with_token_file() {
let _ = env_logger::builder().is_test(true).try_init();