瀏覽代碼

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 年之前
父節點
當前提交
1ca8bc81a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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]