diff --git a/src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs b/src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs index 2cf563faa56bb4..54f337298093cb 100644 --- a/src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs +++ b/src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs @@ -569,6 +569,7 @@ public void SpanDestinationFunctions_SpecialValues(SpanDestinationDelegate tenso }); } + [ActiveIssue("https://github.com/dotnet/runtime/issues/129045", typeof(PlatformDetection), nameof(PlatformDetection.IsiOS))] [Theory] [MemberData(nameof(SpanDestinationFunctionsToTest))] public void SpanDestinationFunctions_ValueRange(SpanDestinationDelegate tensorPrimitivesMethod, Func expectedMethod, T? tolerance = null)