diff --git a/src/libraries/Microsoft.Extensions.Primitives/tests/StringSegmentTest.cs b/src/libraries/Microsoft.Extensions.Primitives/tests/StringSegmentTest.cs index 7271103d7b21187120491e899b734e3b9a62d198..1d45036a447bfe21b71152fe6a1729e19794ea86 100644 --- a/src/libraries/Microsoft.Extensions.Primitives/tests/StringSegmentTest.cs +++ b/src/libraries/Microsoft.Extensions.Primitives/tests/StringSegmentTest.cs @@ -806,7 +806,6 @@ public void StringSegment_Substring_InvalidLength() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/50878", TestPlatforms.Android)] public void StringSegment_Substring_InvalidOffsetAndLength() { // Arrange @@ -818,7 +817,6 @@ public void StringSegment_Substring_InvalidOffsetAndLength() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/50878", TestPlatforms.Android)] public void StringSegment_Substring_OffsetAndLengthOverflows() { // Arrange @@ -899,7 +897,6 @@ public void StringSegment_Subsegment_InvalidLength() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/50878", TestPlatforms.Android)] public void StringSegment_Subsegment_InvalidOffsetAndLength() { // Arrange @@ -911,7 +908,6 @@ public void StringSegment_Subsegment_InvalidOffsetAndLength() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/50878", TestPlatforms.Android)] public void StringSegment_Subsegment_OffsetAndLengthOverflows() { // Arrange