Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeri Khamoyan <merikhamoyan@microsoft.com>2022-09-29 16:12:23 +0300
committerMeri Khamoyan <merikhamoyan@microsoft.com>2022-09-29 16:12:23 +0300
commit903bd8d1798db99ee33b3c2b17e43b0b569cc3a6 (patch)
tree6d829d6c6c26e07e75858bafdd84d85455edf071
parent4a302db0996faf2dadcfaacd1cf54e9a97b80f86 (diff)
73150 enable CborDocument_Roundtrip test73150_enable_test
-rw-r--r--src/libraries/System.Formats.Cbor/tests/PropertyTests/CborPropertyTests.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libraries/System.Formats.Cbor/tests/PropertyTests/CborPropertyTests.cs b/src/libraries/System.Formats.Cbor/tests/PropertyTests/CborPropertyTests.cs
index dd1bbeb9c27..d265baec831 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 @@ namespace System.Formats.Cbor.Tests
}
[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);