diff --git a/src/servers/tests/mysql/mysql_server_test.rs b/src/servers/tests/mysql/mysql_server_test.rs index 9a884eea0b..6257123a12 100644 --- a/src/servers/tests/mysql/mysql_server_test.rs +++ b/src/servers/tests/mysql/mysql_server_test.rs @@ -451,7 +451,6 @@ async fn test_query_concurrently() -> Result<()> { Ok(()) } -#[ignore = "https://github.com/GreptimeTeam/greptimedb/issues/1385"] #[tokio::test(flavor = "multi_thread", worker_threads = 4)] async fn test_query_prepared() -> Result<()> { common_telemetry::init_default_ut_logging();