Skip to content

Commit

Permalink
Disable CreateSpan_il test (dotnet#62598)
Browse files Browse the repository at this point in the history
Failing in many jitstress modes

Issue: dotnet#62285
  • Loading branch information
BruceForstall committed Dec 9, 2021
1 parent 18944ff commit 506463c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/rvastatics/RVAOrderingTest/*">
<Issue>https://github.com/dotnet/runtime/issues/55966</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Intrinsics/CreateSpan_il/*">
<Issue>https://github.com/dotnet/runtime/issues/62285</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Loader/binding/tracing/BinderTracingTest.Basic/*">
<Issue>https://github.com/dotnet/runtime/issues/57786</Issue>
</ExcludeList>
Expand Down

0 comments on commit 506463c

Please sign in to comment.