tests: Disable some slow tests under ASAN

These take over two minutes under ASAN (like ~40 seconds without, so
they aren't quick to begin with), and don't really give any additional
insight.

So we skip them to save time
This commit is contained in:
Fabian Boehm 2024-04-25 21:52:13 +02:00
parent ac8b1db899
commit 691acfc28d
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,6 @@
#RUN: %fish -C 'set -l fish %fish' %s
# disable on CI ASAN because it's suuuper slow
#REQUIRES: test -z "$FISH_CI_SAN"
# Test ALL THE FISH FILES
# in share/, that is - the tests are exempt because they contain syntax errors, on purpose

View file

@ -1,4 +1,6 @@
#RUN: %fish -C 'set -l fish %fish' %s
# disable on CI ASAN because it's suuuper slow
#REQUIRES: test -z "$FISH_CI_SAN"
# Test all completions where the command exists
# No output is good output