Sfoglia il codice sorgente

trait instead of skip

Oren Novotny 9 anni fa
parent
commit
cabc8e18a7

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

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