Bläddra i källkod

Base: Disable TestLibCoreStream in run-tests for now

This test is very flaky, so let's turn it off until someone fixes it.
Andreas Kling 3 år sedan
förälder
incheckning
1ca8bc81a5
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Base/home/anon/.config/Tests.ini

+ 1 - 1
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]