New test.
[mono.git] / mcs / class / corlib / Test / System.Threading / ExecutionContextTest.cs
index df1ab932859ce4e06090c09f065b738e03c8b946..0062dbe8cd0131260398970fbd52709478c5a3d2 100644 (file)
@@ -133,7 +133,8 @@ namespace MonoTests.System.Threading {
                }
 
                [Test]
-               public void Run ()
+               [Category ("CAS")] // since r60298 the SecurityContext is only captured if the security manager is active
+               public void Run () // see bug #78306 for details
                {
                        Assert.IsFalse (success, "pre-check");
                        ExecutionContext.Run (ExecutionContext.Capture (), new ContextCallback (Callback), true);
@@ -189,4 +190,4 @@ namespace MonoTests.System.Threading {
        }
 }
 
-#endif
\ No newline at end of file
+#endif