diff --git a/tests/contest/contest/src/main.rs b/tests/contest/contest/src/main.rs index 06e6a543e..e2eda3671 100644 --- a/tests/contest/contest/src/main.rs +++ b/tests/contest/contest/src/main.rs @@ -128,7 +128,6 @@ fn main() -> Result<()> { let process_oom_score_adj = get_process_oom_score_adj_test(); let kill = get_kill_test(); - tm.add_test_group(Box::new(cl)); tm.add_test_group(Box::new(cc)); tm.add_test_group(Box::new(huge_tlb));