Description: Disable tests using tikv-jemalloc-ctl, circular dependency
 Also, -ctl is not in 'cator's dev-deps.
Forwarded: not-needed
Last-Update: 2025-01-14
--- a/tests/malloctl.rs
+++ b/tests/malloctl.rs
@@ -1 +1,2 @@
+#![cfg(feature = "tikv-jemalloc-ctl")]
 use std::alloc::{GlobalAlloc, Layout};
--- a/tests/background_thread_defaults.rs
+++ b/tests/background_thread_defaults.rs
@@ -1,3 +1,3 @@
 //! Test background threads run-time default settings.
-
+#![cfg(feature = "tikv-jemalloc-ctl")]
 use tikv_jemallocator::Jemalloc;
--- a/tests/background_thread_enabled.rs
+++ b/tests/background_thread_enabled.rs
@@ -2,2 +2,3 @@
 //! library was compiled with background thread run-time support.
+#![cfg(feature = "tikv-jemalloc-ctl")]
 #![cfg(feature = "background_threads_runtime_support")]
