From 4ba9fa1a00131e994035063d2caa92202ca476ca Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 14 Jan 2022 12:15:04 +0100 Subject: [PATCH] Base: Skip the Shell/function.sh test since it's flaky on CI --- 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 0762c1a763..1298391211 100644 --- a/Base/home/anon/.config/Tests.ini +++ b/Base/home/anon/.config/Tests.ini @@ -1,7 +1,7 @@ [Global] SkipDirectories=Kernel/Legacy SkipRegex=^ue-.*$ -SkipTests=test-web TestCommonmark TestLibCoreStream +SkipTests=test-web TestCommonmark TestLibCoreStream function.sh NotTestsPattern=^.*(txt|frm|inc)$ [test-js]