summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs b/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs
index fdb0a5197c..99f5517a73 100644
--- a/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs
+++ b/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs
@@ -475,6 +475,7 @@ namespace Span
}
#endregion
+#if false // netcoreapp specific API https://github.com/dotnet/coreclr/issues/16126
#region TestSpanCreate<T>
[Benchmark(InnerIterationCount = BaseIterations)]
[InlineData(100)]
@@ -514,6 +515,7 @@ namespace Span
}
}
#endregion
+#endif
#region TestMemoryMarshalGetReference<T>
[Benchmark(InnerIterationCount = BaseIterations)]