Skip to content

Commit 7aef48a

Browse files
authored
#50878 enable StringSegment tests on Android (#74556)
1 parent f98e9ca commit 7aef48a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libraries/Microsoft.Extensions.Primitives/tests/StringSegmentTest.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)