tests: cgroup: re-enable the test for moving the task

Signed-off-by: Levente Kurusa <lkurusa@acm.org>
This commit is contained in:
Levente Kurusa
2018-09-09 16:46:15 +02:00
parent dbbcb86884
commit af12452fca

View File

@@ -23,9 +23,7 @@ fn test_tasks_iterator() {
tasks = cg.tasks().into_iter();
// Verify that it was indeed removed.
//assert_eq!(tasks.next(), None);
// ^ This is disabled, because it requires root privileges and there's no way around it
// right now.
assert_eq!(tasks.next(), None);
}
cg.delete();
}