浏览代码

skip another test

Oren Novotny 9 年之前
父节点
当前提交
15151af7d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Rx.NET/Source/Tests.System.Reactive/Tests/Concurrency/DefaultSchedulerTest.cs

+ 1 - 1
Rx.NET/Source/Tests.System.Reactive/Tests/Concurrency/DefaultSchedulerTest.cs

@@ -95,7 +95,7 @@ namespace ReactiveTests.Tests
         }
 #endif
 #if DESKTOPCLR
-        [Fact]
+        [Fact(Skip="Fails on CI")]
         public void No_ThreadPool_Starvation_Dispose()
         {
             var bwt = default(int);