From 6407e47e21080a1cb260457c6a69cf18d6a0179a Mon Sep 17 00:00:00 2001 From: Richard Shiue <71320345+richardshiue@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:22:24 +0800 Subject: [PATCH] chore: disable async test --- collab-database/tests/user_test/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/collab-database/tests/user_test/mod.rs b/collab-database/tests/user_test/mod.rs index 0fafd89b0..8bf858a00 100644 --- a/collab-database/tests/user_test/mod.rs +++ b/collab-database/tests/user_test/mod.rs @@ -1,4 +1,3 @@ -mod async_test; mod cell_test; mod database_test; pub mod helper;