File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/libraries/System.Security.Cryptography.Pkcs/tests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ public static void DocumentDescriptionFromRawData()
178178 }
179179
180180 [ Fact ]
181+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/45168" , TargetFrameworkMonikers . NetFramework ) ]
181182 public static void DocumentDescriptionMissingTerminator ( )
182183 {
183184 byte [ ] rawData = "041e4d00790020004400650073006300720069007000740069006f006e002100" . HexToByteArray ( ) ;
@@ -251,6 +252,7 @@ public static void DocumentNameFromRawData()
251252 }
252253
253254 [ Fact ]
255+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/45168" , TargetFrameworkMonikers . NetFramework ) ]
254256 public static void DocumentNameMissingTerminator ( )
255257 {
256258 byte [ ] rawData = "04104d00790020004e0061006d0065002100" . HexToByteArray ( ) ;
You can’t perform that action at this time.
0 commit comments