Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 3abfaf7

Browse files
author
Victor "Nate" Graf
authored
Disable eventpipetrace test due to JIT stress failure (#15927)
* Disable eventpipetrace test due to JIT stress failure * Use double wildcard to properly include the right files
1 parent 37358ed commit 3abfaf7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/issues.targets

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,15 +1726,18 @@
17261726
<ExcludeList Include="$(XunitTestBinBase)\managed\Compilation\Compilation\Compilation.cmd">
17271727
<Issue>needs triage</Issue>
17281728
</ExcludeList>
1729-
<ExcludeList Include="$(XunitTestBinBase)\tracing\eventsourcetrace\*">
1729+
<ExcludeList Include="$(XunitTestBinBase)\tracing\eventsourcetrace\**">
17301730
<Issue>15919</Issue>
17311731
</ExcludeList>
1732+
<ExcludeList Include="$(XunitTestBinBase)\tracing\eventpipetrace\**">
1733+
<Issue>15924</Issue>
1734+
</ExcludeList>
17321735
</ItemGroup>
17331736

17341737
<!-- The following are tests that fail on Windows -->
17351738

17361739
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetsWindows)' == 'true'">
1737-
<ExcludeList Include="$(XunitTestBinBase)\tracing\eventsource*">
1740+
<ExcludeList Include="$(XunitTestBinBase)\tracing\eventsource**">
17381741
<Issue>15494</Issue>
17391742
</ExcludeList>
17401743
</ItemGroup>

0 commit comments

Comments
 (0)