summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/tests/rts/T18623/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rts/T18623/all.T b/testsuite/tests/rts/T18623/all.T
index b673415a9d..c03ef8927c 100644
--- a/testsuite/tests/rts/T18623/all.T
+++ b/testsuite/tests/rts/T18623/all.T
@@ -1,7 +1,7 @@
# Starting GHC on *nix with vmem limit, RTS will reserve all available memory
# and crash when creating a thread. Fix reserves only 2/3rds of vmem_limit.
test('T18623',
- [when(opsys('mingw32'), skip),
+ [when(opsys('mingw32') or opsys('openbsd'), skip),
# This keeps failing on aarch64-linux for reasons that are not
# fully clear. Maybe it needs a higher limit due to LLVM?
when(arch('aarch64'), skip),