Skip to content

Commit a647b0d

Browse files
safernstephentoub
authored andcommitted
Add skip reason to SkipOnMono attribute (dotnet#324)
* Add skip reason to SkipOnMono attribute * PR Feedback
1 parent a6cbdae commit a647b0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libraries/System.Runtime/tests/System/Runtime/CompilerServices/RuntimeFeatureTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static void DynamicCode()
3030
}
3131

3232
[Fact]
33-
[SkipOnMono]
33+
[SkipOnMono("IsDynamicCodeCompiled returns false in cases where mono doesn't support these features")]
3434
public static void DynamicCode_Jit()
3535
{
3636
Assert.True(RuntimeFeature.IsDynamicCodeSupported);

0 commit comments

Comments
 (0)