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 80bf4db..be064cd 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -375,7 +375,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])
+AT_SKIP_IF([test $at_arg_valgrind != false -a "$FMSBW_CI" = 1])
TE_CHECK([[50*1000*1000,2EJ <[a> !]!]], 1, ignore, ignore)
AT_CLEANUP
@@ -497,7 +497,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])
+AT_SKIP_IF([test $at_arg_valgrind != false -a "$FMSBW_CI" = 1])
# 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