Skip to content

Commit

Permalink
Disable reverse eventpipe test (#38583)
Browse files Browse the repository at this point in the history
The exclude list entry path was incorrect
  • Loading branch information
nattress authored Jun 30, 2020
1 parent 5bed9e7 commit 92785d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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/*">
<ExcludeList Include="$(XunitTestBinBase)/tracing/eventpipe/reverse/reverse/*">
<Issue>https://github.com/dotnet/runtime/issues/38156</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/tracing/tracecontrol/tracecontrol/*">
Expand Down

0 comments on commit 92785d6

Please sign in to comment.