@@ -89,6 +89,7 @@ public void GetHostFxrPath_DotNetRootParameter(bool explicitLoad, bool useAssemb
89
89
}
90
90
91
91
[ Theory ]
92
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/61131" , TestPlatforms . OSX ) ]
92
93
[ InlineData ( true , false , true , false ) ]
93
94
[ InlineData ( true , false , true , true ) ]
94
95
[ InlineData ( true , false , false , false ) ]
@@ -180,6 +181,7 @@ public void GetHostFxrPath_HostFxrAlreadyLoaded()
180
181
}
181
182
182
183
[ Theory ]
184
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/61131" , TestPlatforms . OSX ) ]
183
185
[ SkipOnPlatform ( TestPlatforms . Windows , "This test targets the install_location config file which is only used on Linux and macOS." ) ]
184
186
[ InlineData ( "{0}" , false , true ) ]
185
187
[ InlineData ( "{0}\n " , false , true ) ]
@@ -245,6 +247,7 @@ public void GetHostFxrPath_InstallLocationFile(string value, bool shouldUseArchS
245
247
}
246
248
247
249
[ Fact ]
250
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/61131" , TestPlatforms . OSX ) ]
248
251
[ SkipOnPlatform ( TestPlatforms . Windows , "This test targets the install_location config file which is only used on Linux and macOS." ) ]
249
252
public void GetHostFxrPath_GlobalInstallation_HasNoDefaultInstallationPath ( )
250
253
{
@@ -275,6 +278,7 @@ public void GetHostFxrPath_GlobalInstallation_HasNoDefaultInstallationPath()
275
278
}
276
279
277
280
[ Fact ]
281
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/61131" , TestPlatforms . OSX ) ]
278
282
[ SkipOnPlatform ( TestPlatforms . Windows , "This test targets the install_location config file which is only used on Linux and macOS." ) ]
279
283
public void GetHostFxrPath_GlobalInstallation_ArchitectureSpecificPathIsPickedOverDefaultPath ( )
280
284
{
0 commit comments