1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-29 16:05:06 +00:00

Base: Disable TestLibCoreStream in run-tests for now

This test is very flaky, so let's turn it off until someone fixes it.
This commit is contained in:
Andreas Kling 2022-01-12 01:04:03 +01:00
parent a41d5ffa1e
commit 1ca8bc81a5

View file

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