Browse Source

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 years ago
parent
commit
1ca8bc81a5
1 changed files with 1 additions and 1 deletions
  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]