mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
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:
parent
10727ade4c
commit
76f524c1d6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[Global]
|
||||
SkipDirectories=Kernel/Legacy
|
||||
SkipDirectories=Kernel/Legacy Shell
|
||||
SkipRegex=^ue-.*$
|
||||
SkipTests=TestCommonmark TestLibCoreStream function.sh
|
||||
NotTestsPattern=^.*(txt|frm|inc)$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue