File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/Localization/Localization/test Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ namespace Microsoft.Extensions.Localization
1717{
1818 public class ResourceManagerStringLocalizerTest
1919 {
20- [ Fact ]
20+ [ ConditionalFact ]
21+ [ OSSkipCondition ( OperatingSystems . MacOSX , "https://github.com/aspnet/Extensions/issues/627" ) ]
2122 public void EnumeratorCachesCultureWalkForSameAssembly ( )
2223 {
2324 // Arrange
@@ -54,7 +55,8 @@ public void EnumeratorCachesCultureWalkForSameAssembly()
5455 Assert . Equal ( expectedCallCount , resourceAssembly . ManifestResourceStreamCallCount ) ;
5556 }
5657
57- [ Fact ]
58+ [ ConditionalFact ]
59+ [ OSSkipCondition ( OperatingSystems . MacOSX , "https://github.com/aspnet/Extensions/issues/627" ) ]
5860 public void EnumeratorCacheIsScopedByAssembly ( )
5961 {
6062 // Arrange
@@ -169,7 +171,8 @@ public void ResourceManagerStringLocalizer_GetAllStrings_ReturnsExpectedValue(bo
169171 Assert . Equal ( "TestName" , value . Value ) ;
170172 }
171173
172- [ Theory ]
174+ [ ConditionalTheory ]
175+ [ OSSkipCondition ( OperatingSystems . MacOSX , "https://github.com/aspnet/Extensions/issues/627" ) ]
173176 [ InlineData ( true ) ]
174177 [ InlineData ( false ) ]
175178 public void ResourceManagerStringLocalizer_GetAllStrings_MissingResourceThrows ( bool includeParentCultures )
You can’t perform that action at this time.
0 commit comments