diff --git a/Cargo.toml b/Cargo.toml
index d6f58fe38b9d..ec822ed4ee69 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -262,7 +262,3 @@ strip = true
 [profile.dev.package.tests-fuzz]
 debug = false
 strip = true
-
-# use sqlness with the latest changes which support SLEEP, will remove this after sqlness with the changes is released
-[patch.crates-io]
-sqlness = { git = "https://github.com/CeresDB/sqlness.git", rev = "5469532cdaf87791b3af5d7e2918e92725f8dfc5" }
diff --git a/tests/runner/Cargo.toml b/tests/runner/Cargo.toml
index 875a8193a7c6..bcf9eaade421 100644
--- a/tests/runner/Cargo.toml
+++ b/tests/runner/Cargo.toml
@@ -17,7 +17,8 @@ common-recordbatch.workspace = true
 common-time.workspace = true
 serde.workspace = true
 serde_json.workspace = true
-sqlness = { version = "0.6" }
+# use sqlness with the latest changes which support SLEEP, will remove this after sqlness with the changes is released
+sqlness = { git = "https://github.com/CeresDB/sqlness.git", rev = "5469532cdaf87791b3af5d7e2918e92725f8dfc5" }
 tempfile.workspace = true
 tinytemplate = "1.2"
 tokio.workspace = true