Browse Source

don't skip this

Oren Novotny 9 years ago
parent
commit
b0d57aaae0

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

@@ -96,7 +96,7 @@ namespace ReactiveTests.Tests
         }
 
 #if !SILVERLIGHT
-        [Fact(Skip ="Ignored")]        
+        [Fact]        
         public void SynchronizationContext_ScheduleActionDue()
         {
             var ms = new MySync();