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

Commit 6615a45

Browse files
Exclude tests timing out in CI
Opened issue #14191 to follow up.
1 parent 2820bd8 commit 6615a45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/issues.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@
251251
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1.2-Beta1\b103058\b103058\b103058.cmd">
252252
<Issue>7008</Issue>
253253
</ExcludeList>
254+
<ExcludeList Include="$(XunitTestBinBase)\JIT\Performance\CodeQuality\BenchmarksGame\reverse-complement\reverse-complement-6\reverse-complement-6.cmd">
255+
<Issue>14191</Issue>
256+
</ExcludeList>
257+
<ExcludeList Include="$(XunitTestBinBase)\JIT\Performance\CodeQuality\BenchmarksGame\fasta\fasta-1\fasta-1.cmd">
258+
<Issue>14191</Issue>
259+
</ExcludeList>
254260
</ItemGroup>
255261

256262
<!-- Tests that need to be triaged for vararg usage as that is not supported -->

0 commit comments

Comments
 (0)