Skip to content

Commit

Permalink
Try to skip pause_* tests again (#61793)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
agocke authored Nov 19, 2021
1 parent 779c498 commit dc0a7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@

<!-- Known failures for mono runtime on *all* architectures/operating systems in *all* runtime modes -->
<ItemGroup Condition="'$(RuntimeFlavor)' == 'mono'" >
<ExcludeList Include = "$(XUnitTestBinBase/JIT/HardwareIntrinsics/X86/X86Base/Pause*/**">
<ExcludeList Include = "$(XUnitTestBinBase)/JIT/HardwareIntrinsics/X86/X86Base/Pause*/**">
<Issue>https://github.com/dotnet/runtime/issues/61693</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/reflection/GenericAttribute/**">
Expand Down

0 comments on commit dc0a7f9

Please sign in to comment.