From 7aef48a531e814bb8e8e0f6e060b100b51b27c80 Mon Sep 17 00:00:00 2001 From: Meri Khamoyan <96171496+mkhamoyan@users.noreply.github.com> Date: Fri, 26 Aug 2022 15:36:04 +0400 Subject: [PATCH] #50878 enable StringSegment tests on Android (#74556) --- .../tests/StringSegmentTest.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libraries/Microsoft.Extensions.Primitives/tests/StringSegmentTest.cs b/src/libraries/Microsoft.Extensions.Primitives/tests/StringSegmentTest.cs index 7271103d7b2..1d45036a447 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 -- GitLab