Skip to content

Commit

Permalink
t/evaluator/evaluate-oom-job.t: always skip, the test always fails
Browse files Browse the repository at this point in the history
We should look into how to resolve this, but I tried some things and nothing really worked.
Let's put it skipped for now until someone comes along to improve it.
  • Loading branch information
Mindavi committed Jul 31, 2024
1 parent a6b1436 commit 54002f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/evaluator/evaluate-oom-job.t
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ if ($sd_res != 0) {
skip_all("`systemd-run` returned non-zero when executing `true` (expected 0)");
}

# XXX(Mindavi): We should think about how to fix this.
# Note that it was always skipped on ofborg/h.n.o (nixos hydra) since systemd-run is not present in the ambient environment there.
skip_all("Always fails, an error about 'oom' being a string is logged and the process never OOMs. Needs a way to use more memory.");

my $ctx = test_context();

# Contain the memory usage to 25 MegaBytes using `systemd-run`
Expand Down

0 comments on commit 54002f0

Please sign in to comment.