Skip to content

Commit

Permalink
delete unneccesar6y change
Browse files Browse the repository at this point in the history
Signed-off-by: Akiyama <[email protected]>
  • Loading branch information
YamasouA committed Feb 3, 2025
1 parent 8963b9d commit 4423738
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/contest/contest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ fn main() -> Result<()> {
let process_oom_score_adj = get_process_oom_score_adj_test();
let fd_control = get_fd_control_test();
let kill = get_kill_test();
let fd_control = get_fd_control_test();

tm.add_test_group(Box::new(cl));
tm.add_test_group(Box::new(cc));
Expand Down Expand Up @@ -164,7 +163,6 @@ fn main() -> Result<()> {
tm.add_test_group(Box::new(process_oom_score_adj));
tm.add_test_group(Box::new(fd_control));
tm.add_test_group(Box::new(kill));
tm.add_test_group(Box::new(fd_control));

tm.add_test_group(Box::new(io_priority_test));
tm.add_cleanup(Box::new(cgroups::cleanup_v1));
Expand Down

0 comments on commit 4423738

Please sign in to comment.