Skip to content

Commit

Permalink
[mono] Mark disabled test with ActiveIssue (dotnet#38352)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek authored Jun 26, 2020
1 parent 90f9e70 commit f1bf0de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void GetType_NoAssemblyQualifcation(string typeString, Type expectedType)
"System.Configuration.UserSettingsGroup, System.Configuration.ConfigurationManager, Version=255.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51",
null)
]
[SkipOnMono("Mono always resolves backwards for the second type.")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/38351", TestRuntimes.Mono)]
public void GetType_ConfigurationManagerTypes(string typeString, Type expectedType)
{
Assert.Equal(expectedType, TypeUtil.GetType(typeString, throwOnError: false));
Expand Down

0 comments on commit f1bf0de

Please sign in to comment.