From 1ca8bc81a5619f86504da27f655b791de7d575cc Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 12 Jan 2022 01:04:03 +0100 Subject: [PATCH] Base: Disable TestLibCoreStream in run-tests for now This test is very flaky, so let's turn it off until someone fixes it. --- Base/home/anon/.config/Tests.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/home/anon/.config/Tests.ini b/Base/home/anon/.config/Tests.ini index 54cf3dd08a5..0762c1a7630 100644 --- a/Base/home/anon/.config/Tests.ini +++ b/Base/home/anon/.config/Tests.ini @@ -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]