From 1494a5c6ee6c3bc6ab64e52d58fd28fa08b2c446 Mon Sep 17 00:00:00 2001 From: Yingwen Date: Tue, 8 Sep 2026 07:35:18 +0000 Subject: [PATCH] fix: prevent catalog testing feature from leaking into production builds (#9063) Signed-off-by: evenyag --- tests-integration/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests-integration/Cargo.toml b/tests-integration/Cargo.toml index 5376d7520a..5e2a63015b 100644 --- a/tests-integration/Cargo.toml +++ b/tests-integration/Cargo.toml @@ -26,7 +26,7 @@ auth.workspace = true axum.workspace = true base64.workspace = true cache.workspace = true -catalog = { workspace = true, features = ["testing"] } +catalog.workspace = true chrono.workspace = true clap.workspace = true client = { workspace = true, features = ["testing"] } @@ -96,6 +96,7 @@ uuid.workspace = true zstd.workspace = true [dev-dependencies] +catalog = { workspace = true, features = ["testing"] } common-procedure-test.workspace = true common-wal = { workspace = true, features = ["testing"] } datafusion.workspace = true