fix: re-enable ignored case test_query_prepared (#2892)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2023-12-08 16:35:56 +08:00
committed by GitHub
parent bfb4794cfa
commit 7cf9945161

View File

@@ -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();