From cc6a58c313c7cd8f47d66a75b92f26202a4751c1 Mon Sep 17 00:00:00 2001 From: Milos Kotlar Date: Mon, 24 Jul 2023 17:45:10 +0200 Subject: [PATCH] Enable CborDocument_Roundtrip test --- .../System.Formats.Cbor/tests/PropertyTests/CborPropertyTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Formats.Cbor/tests/PropertyTests/CborPropertyTests.cs b/src/libraries/System.Formats.Cbor/tests/PropertyTests/CborPropertyTests.cs index dd1bbeb9c27610..d265baec831d56 100644 --- a/src/libraries/System.Formats.Cbor/tests/PropertyTests/CborPropertyTests.cs +++ b/src/libraries/System.Formats.Cbor/tests/PropertyTests/CborPropertyTests.cs @@ -178,7 +178,6 @@ _ when (length < ushort.MaxValue) => 1 + sizeof(ushort), } [Property(Replay = ReplaySeed, MaxTest = MaxTests, Arbitrary = new[] { typeof(CborRandomGenerators) })] - [ActiveIssue("https://github.com/dotnet/runtime/issues/73150", TestPlatforms.iOS | TestPlatforms.tvOS)] public static void CborDocument_Roundtrip(CborPropertyTestContext input) { byte[] encoding = CborDocumentSerializer.encode(input);