From 76f524c1d60d0ab0ed0da540c4f73505117f8131 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Mon, 12 Sep 2022 20:10:52 +0100 Subject: [PATCH] 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. --- Base/home/anon/.config/Tests.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/home/anon/.config/Tests.ini b/Base/home/anon/.config/Tests.ini index 489c5a3fe1..4a8cf3e840 100644 --- a/Base/home/anon/.config/Tests.ini +++ b/Base/home/anon/.config/Tests.ini @@ -1,5 +1,5 @@ [Global] -SkipDirectories=Kernel/Legacy +SkipDirectories=Kernel/Legacy Shell SkipRegex=^ue-.*$ SkipTests=TestCommonmark TestLibCoreStream function.sh NotTestsPattern=^.*(txt|frm|inc)$