From 4311eed174892f00a16737ef6c2f81f9be3cb4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Mon, 29 Mar 2021 12:01:40 +0200 Subject: [PATCH] Block strings test on #155 --- src/libraries/Common/tests/Tests/System/StringTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/Common/tests/Tests/System/StringTests.cs b/src/libraries/Common/tests/Tests/System/StringTests.cs index bbfc5e04eb29..198886467ac6 100644 --- a/src/libraries/Common/tests/Tests/System/StringTests.cs +++ b/src/libraries/Common/tests/Tests/System/StringTests.cs @@ -7263,7 +7263,7 @@ public static unsafe void CopyTest() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtimelab/issues/823" /* NativeAot */)] + [ActiveIssue("https://github.com/dotnet/runtimelab/issues/155" /* NativeAot */)] public static unsafe void InternTest() { AssertExtensions.Throws("str", () => string.Intern(null));