Skip to content

Commit

Permalink
Disable diagnosticport test until further investigation (#45878)
Browse files Browse the repository at this point in the history
* Disable diagnosticport test

* typo

* whitespace'
  • Loading branch information
sywhang authored Dec 10, 2020
1 parent 42b685c commit 34cae74
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 @@ -127,6 +127,9 @@
<ExcludeList Include="$(XunitTestBinBase)/Interop/COM/NativeClients/Dispatch/*">
<Issue>https://github.com/dotnet/runtime/issues/44186</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/tracing/eventpipe/diagnosticport/diagnosticport/*">
<Issue>https://github.com/dotnet/runtime/issues/44072</Issue>
</ExcludeList>
</ItemGroup>

<!-- All Unix targets on all runtimes -->
Expand Down

0 comments on commit 34cae74

Please sign in to comment.