Skip to content

Commit

Permalink
fix: re-enable ignored case test_query_prepared (#2892)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia authored Dec 8, 2023
1 parent bfb4794 commit 7cf9945
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/servers/tests/mysql/mysql_server_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7cf9945

Please sign in to comment.