mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
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:
parent
ac8b1db899
commit
691acfc28d
2 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
#RUN: %fish -C 'set -l fish %fish' %s
|
#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
|
# Test ALL THE FISH FILES
|
||||||
# in share/, that is - the tests are exempt because they contain syntax errors, on purpose
|
# in share/, that is - the tests are exempt because they contain syntax errors, on purpose
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#RUN: %fish -C 'set -l fish %fish' %s
|
#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
|
# Test all completions where the command exists
|
||||||
|
|
||||||
# No output is good output
|
# No output is good output
|
||||||
|
|
Loading…
Reference in a new issue