Browse Source

Merge pull request #789 from danielcweber/SkipNo_ThreadPool_Starvation_DisposeOnCI

Skip ThreadPoolSchedulerTest.No_ThreadPool_Starvation_Dispose on CI.
Daniel C. Weber 7 năm trước cách đây
mục cha
commit
5b7dd88770

+ 1 - 0
Rx.NET/Source/tests/Tests.System.Reactive/Tests/Concurrency/ThreadPoolSchedulerTest.cs

@@ -304,6 +304,7 @@ namespace ReactiveTests.Tests
 #endif
 
 #if DESKTOPCLR
+        [Trait("SkipCI", "true")]
         [Fact]
         public void No_ThreadPool_Starvation_Dispose()
         {