From 3157308f8f83b22c096a9c0c5d0bfeab4bf8a3c4 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Thu, 13 May 2021 15:34:46 -0400 Subject: [PATCH] [dotnet][tests][link sdk] Remove [Ignore] for https://github.com/dotnet/runtime/issues/49201 --- tests/linker/ios/link sdk/PclTest.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/linker/ios/link sdk/PclTest.cs b/tests/linker/ios/link sdk/PclTest.cs index 283822454df4..818291e2fb69 100644 --- a/tests/linker/ios/link sdk/PclTest.cs +++ b/tests/linker/ios/link sdk/PclTest.cs @@ -25,9 +25,6 @@ public void Corlib () } [Test] -#if NET - [Ignore ("https://github.com/dotnet/runtime/issues/49201")] -#endif public void System () { #if __WATCHOS__