Base: Skip Shell tests

We have a high random failure rate on Shell tests, even with two of them
already manually disabled for being flaky. For now, let's skip them in
automated/CI testing so that "real" failures are more obvious.

Two of the tests have early-exits to disable them, which I wanted to
remove, but that makes `Meta/lint-shell-scripts.sh` very cross, so I'll
leave them.
This commit is contained in:
Sam Atkins 2022-09-12 20:10:52 +01:00 committed by Tim Flynn
parent 10727ade4c
commit 76f524c1d6
Notes: sideshowbarker 2024-07-18 00:41:35 +09:00

View file

@ -1,5 +1,5 @@
[Global]
SkipDirectories=Kernel/Legacy
SkipDirectories=Kernel/Legacy Shell
SkipRegex=^ue-.*$
SkipTests=TestCommonmark TestLibCoreStream function.sh
NotTestsPattern=^.*(txt|frm|inc)$