aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tests/testsuite.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 38035a8..ec6b034 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -378,7 +378,7 @@ AT_CLEANUP
AT_SETUP([Memory limiting])
# FIXME: Requires too much time and memory at least when running in a CI job on my fmsbw.de server
# (.fmsbw/10-freebsd14-sciteco).
-AT_SKIP_IF([test $at_arg_valgrind != false -a "$FMSBW_CI" = 1])
+AT_SKIP_IF([test $at_arg_valgrind != false])
TE_CHECK([[50*1000*1000,2EJ <[a> !]!]], 1, ignore, ignore)
AT_CLEANUP
@@ -500,7 +500,7 @@ AT_CLEANUP
AT_SETUP([Memory limiting during spawning])
# FIXME: Requires too much time and memory at least when running in a CI job on my fmsbw.de server
# (.fmsbw/10-freebsd14-sciteco).
-AT_SKIP_IF([test $at_arg_valgrind != false -a "$FMSBW_CI" = 1])
+AT_SKIP_IF([test $at_arg_valgrind != false])
# This might result in an OOM if memory limiting is not working
TE_CHECK([[50*1000*1000,2EJ 0,128ED @EC'dd if=/dev/zero']], 1, ignore, ignore)
AT_CLEANUP