Skip to content

Commit

Permalink
Disable BinderTracingTest.ResolutionFlow test (dotnet#90801)
Browse files Browse the repository at this point in the history
Tracking: dotnet#90580
  • Loading branch information
BruceForstall authored Aug 18, 2023
1 parent 3032f4b commit b7aea6f
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 @@ -63,6 +63,9 @@
<ExcludeList Include="$(XunitTestBinBase)/Loader/binding/tracing/BinderTracingTest.Basic/*">
<Issue>https://github.com/dotnet/runtime/issues/57786</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Loader/binding/tracing/BinderTracingTest.ResolutionFlow/*">
<Issue>https://github.com/dotnet/runtime/issues/90580</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Interop/MonoAPI/**">
<Issue>CoreCLR does not implement the mono embedding API</Issue>
</ExcludeList>
Expand Down

0 comments on commit b7aea6f

Please sign in to comment.