test: test_tracker_cleanup skip non linux (#7398)

test: skip non linux

Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
discord9
2025-12-12 14:27:57 +08:00
committed by GitHub
parent f5e0e94e3a
commit 11a5e1618d

View File

@@ -135,6 +135,9 @@ async fn test_full_gc_workflow() {
);
}
/// Due to https://github.com/rust-lang/rust/issues/100141 can't have Instant early than process start time on non-linux OS
/// This is fine since in real usage instant will always be after process start time
#[cfg(target_os = "linux")]
#[tokio::test]
async fn test_tracker_cleanup() {
init_default_ut_logging();