-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MONO][TEST] Disabled k-nucleotide test on mono #68910
Conversation
Tagging subscribers to this area: @directhex Issue DetailsI am disabling this test for now while I investigate this issue: #67675
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add disabled-test
label to the issue #67675 upon merging this PR.
@@ -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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we remove this test exclusion from platform specific blocks in this file as part of this change or will you do that once we understand the actual issue ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left it there, because I am not sure if there are separate issues blocking it on those platforms or what.
Failures are unrelated. |
I am disabling this test for now while I investigate this issue: #67675