Skip to content

Commit

Permalink
Disabled k-nucleotide test on mono. (#68910)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Ricci authored May 6, 2022
1 parent ed2472b commit e386044
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2755,6 +2755,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventactivityidcontrol/eventactivityidcontrol/**">
<Issue>needs triage</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-9/**">
<Issue>https://github.com/dotnet/runtime/issues/67675</Issue>
</ExcludeList>
</ItemGroup>

<ItemGroup Condition="'$(RuntimeFlavor)' == 'mono' and '$(RuntimeVariant)' == 'llvmfullaot' ">
Expand Down

0 comments on commit e386044

Please sign in to comment.