We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc9e04 commit dfcf884Copy full SHA for dfcf884
1 file changed
src/libraries/System.Runtime/tests/System/Runtime/CompilerServices/RuntimeFeatureTests.cs
@@ -5,6 +5,7 @@
5
using System;
6
using System.Runtime.CompilerServices;
7
using Xunit;
8
+using Microsoft.DotNet.XUnitExtensions.Attributes;
9
10
namespace System.Runtime.CompilerServices.Tests
11
{
@@ -29,6 +30,7 @@ public static void DynamicCode()
29
30
}
31
32
[Fact]
33
+ [SkipOnMono]
34
public static void DynamicCode_Jit()
35
36
Assert.True(RuntimeFeature.IsDynamicCodeSupported);
0 commit comments