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
Notes: sideshowbarker 2024-07-17 21:08:57 +09:00

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]