aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2025-09-22 22:09:43 +0200
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2025-09-22 22:09:43 +0200
commit092f7d9919d9572219b7bf516933c37180e6f400 (patch)
tree1839e0b339413ed8109156e9aeee4e7bfbcd29f6 /tests
parente21caf2c7e83b90f43bb8bddf57cbc43bd2188e1 (diff)
downloadsciteco-092f7d9919d9572219b7bf516933c37180e6f400.tar.gz
testsuite: disable testcases with Valgrind only when detecting the fmsbw.de CI runner
These testcases can still be run with --valgrind on my PC.
Diffstat (limited to 'tests')
-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