Sfoglia il codice sorgente

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 anni fa
parent
commit
1ca8bc81a5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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]