From 4c240009fa1d955805b5e284b6f58f1e643d1ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Sun, 14 Aug 2022 05:34:10 +0900 Subject: [PATCH] Remove ActiveIssue for Matrix4x4CreateFromAxisAngleTest (#73870) Fixes #72149. --- src/libraries/System.Numerics.Vectors/tests/Matrix4x4Tests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Numerics.Vectors/tests/Matrix4x4Tests.cs b/src/libraries/System.Numerics.Vectors/tests/Matrix4x4Tests.cs index 0a51e37252df4a..98bf54dad46231 100644 --- a/src/libraries/System.Numerics.Vectors/tests/Matrix4x4Tests.cs +++ b/src/libraries/System.Numerics.Vectors/tests/Matrix4x4Tests.cs @@ -579,7 +579,6 @@ public void Matrix4x4CreateRotationYCenterTest() // A test for CreateFromAxisAngle(Vector3f,float) [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/72149", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))] public void Matrix4x4CreateFromAxisAngleTest() { float radians = MathHelper.ToRadians(-30.0f);