mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +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
Notes:
sideshowbarker
2024-07-18 00:41:35 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/76f524c1d6 Pull-request: https://github.com/SerenityOS/serenity/pull/15213 Reviewed-by: https://github.com/bgianfo ✅
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
Reference in a new issue