Skip to content

Commit

Permalink
CONFLICT
Browse files Browse the repository at this point in the history
  • Loading branch information
YamasouA committed Dec 7, 2024
1 parent d3c3177 commit 69d3901
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/contest/contest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ use crate::tests::linux_ns_itype::get_ns_itype_tests;
use crate::tests::mounts_recursive::get_mounts_recursive_test;
use crate::tests::no_pivot::get_no_pivot_test;
use crate::tests::pidfile::get_pidfile_test;
<<<<<<< HEAD
=======
use crate::tests::process::get_process_test;
>>>>>>> main
use crate::tests::process_oom_score_adj::get_process_oom_score_adj_test;
use crate::tests::process_rlimits::get_process_rlimits_test;
use crate::tests::process_user::get_process_user_test;
Expand Down Expand Up @@ -158,10 +155,7 @@ fn main() -> Result<()> {
tm.add_test_group(Box::new(process_user));
tm.add_test_group(Box::new(process_rlimtis));
tm.add_test_group(Box::new(no_pivot));
<<<<<<< HEAD
tm.add_test_group(Box::new(kill));
=======
>>>>>>> main
tm.add_test_group(Box::new(process_oom_score_adj));

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

0 comments on commit 69d3901

Please sign in to comment.