This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ public class WebHeaderCollectionLoggingTest
1111 {
1212 [ ActiveIssue ( 20470 , TargetFrameworkMonikers . UapAot ) ]
1313 [ Fact ]
14+ [ SkipOnTargetFramework ( TargetFrameworkMonikers . Mono , "NetEventSource is only part of .NET Core" ) ]
1415 [ SkipOnTargetFramework ( TargetFrameworkMonikers . NetFramework , "NetEventSource is only part of .NET Core" ) ]
1516 public void EventSource_ExistsWithCorrectId ( )
1617 {
Original file line number Diff line number Diff line change @@ -543,6 +543,7 @@ public void Add_InvalidHeader_ThrowsArgumentException(string header, string para
543543 private const string CookieInvalid = "helloWorld" ;
544544
545545 [ Fact ]
546+ [ SkipOnTargetFramework ( TargetFrameworkMonikers . Mono , "Does not work in Mono" ) ]
546547 [ SkipOnTargetFramework ( TargetFrameworkMonikers . NetFramework , "Requires fix shipping in .NET 4.7.2" ) ]
547548 public void GetValues_MultipleSetCookieHeadersWithExpiresAttribute_Success ( )
548549 {
@@ -561,6 +562,7 @@ public void GetValues_MultipleSetCookieHeadersWithExpiresAttribute_Success()
561562 }
562563
563564 [ Fact ]
565+ [ SkipOnTargetFramework ( TargetFrameworkMonikers . Mono , "Does not work in Mono" ) ]
564566 [ SkipOnTargetFramework ( TargetFrameworkMonikers . NetFramework , "Requires fix shipping in .NET 4.7.2" ) ]
565567 public void GetValues_SingleSetCookieHeaderWithMultipleCookiesWithExpiresAttribute_Success ( )
566568 {
@@ -609,6 +611,7 @@ public void GetValues_SingleSetCookieHeaderWithMultipleCookiesWithNoAttribute_Su
609611 }
610612
611613 [ Fact ]
614+ [ SkipOnTargetFramework ( TargetFrameworkMonikers . Mono , "Does not work in Mono" ) ]
612615 [ SkipOnTargetFramework ( TargetFrameworkMonikers . NetFramework , "Requires fix shipping in .NET 4.7.2" ) ]
613616 public void GetValues_InvalidSetCookieHeader_Success ( )
614617 {
You can’t perform that action at this time.
0 commit comments