File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/libraries/Microsoft.Extensions.Primitives/tests Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -806,7 +806,6 @@ public void StringSegment_Substring_InvalidLength()
806806 }
807807
808808 [ Fact ]
809- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/50878" , TestPlatforms . Android ) ]
810809 public void StringSegment_Substring_InvalidOffsetAndLength ( )
811810 {
812811 // Arrange
@@ -818,7 +817,6 @@ public void StringSegment_Substring_InvalidOffsetAndLength()
818817 }
819818
820819 [ Fact ]
821- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/50878" , TestPlatforms . Android ) ]
822820 public void StringSegment_Substring_OffsetAndLengthOverflows ( )
823821 {
824822 // Arrange
@@ -899,7 +897,6 @@ public void StringSegment_Subsegment_InvalidLength()
899897 }
900898
901899 [ Fact ]
902- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/50878" , TestPlatforms . Android ) ]
903900 public void StringSegment_Subsegment_InvalidOffsetAndLength ( )
904901 {
905902 // Arrange
@@ -911,7 +908,6 @@ public void StringSegment_Subsegment_InvalidOffsetAndLength()
911908 }
912909
913910 [ Fact ]
914- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/50878" , TestPlatforms . Android ) ]
915911 public void StringSegment_Subsegment_OffsetAndLengthOverflows ( )
916912 {
917913 // Arrange
You can’t perform that action at this time.
0 commit comments