Skip to content

Commit

Permalink
[Test] temporarily disable the reverse eventpipe test (#38293)
Browse files Browse the repository at this point in the history
#38156 tracks work for solution
  • Loading branch information
John Salem authored Jun 23, 2020
1 parent 9de1a7e commit 4046b5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/coreclr/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<Project DefaultTargets = "GetListOfTestCmds" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- All OS/Arch/Runtime excludes -->
<ItemGroup Condition="'$(XunitTestBinBase)' != ''">
<ExcludeList Include="$(XunitTestBinBase)/tracing/eventpipe/reverse/*">
<Issue>https://github.com/dotnet/runtime/issues/38156</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/tracing/tracecontrol/tracecontrol/*">
<Issue>https://github.com/dotnet/runtime/issues/11204</Issue>
</ExcludeList>
Expand Down

0 comments on commit 4046b5e

Please sign in to comment.