[libraries][Android] Remove ActiveIssue from BinaryFormetter dependent System.Collect...
authorMitchell Hwang <16830051+mdh1418@users.noreply.github.com>
Mon, 9 Aug 2021 17:40:45 +0000 (13:40 -0400)
committerGitHub <noreply@github.com>
Mon, 9 Aug 2021 17:40:45 +0000 (13:40 -0400)
Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
src/libraries/Common/tests/System/Collections/IEnumerable.NonGeneric.Serialization.Tests.cs

index fda7cdf..8ad921c 100644 (file)
@@ -13,7 +13,6 @@ namespace System.Collections.Tests
     {
         [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsBinaryFormatterSupported))]
         [MemberData(nameof(ValidCollectionSizes))]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/37069", TestPlatforms.Android)]
         public void IGenericSharedAPI_SerializeDeserialize(int count)
         {
             IEnumerable expected = NonGenericIEnumerableFactory(count);