1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:57:45 +00:00

Base: Skip the Shell/function.sh test since it's flaky on CI

This commit is contained in:
Andreas Kling 2022-01-14 12:15:04 +01:00
parent cda8f34876
commit 4ba9fa1a00

View file

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