-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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][tests] Disable CustomGeneratedAttributes test on linux-bionic #93724
[mono][tests] Disable CustomGeneratedAttributes test on linux-bionic #93724
Conversation
Tagging subscribers to this area: @directhex Issue DetailsDescriptionThis PR disables failing library test on linux-bionic.
|
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -266,7 +266,7 @@ public void TestNewDataAnnotationFailures() | |||
}, result.Failures); | |||
} | |||
#endif // NET8_0_OR_GREATER | |||
|
|||
[SkipOnPlatform(TestPlatforms.LinuxBionic, "https://github.com/dotnet/runtime/issues/93723")] |
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.
For whatever reason, this doesn't seem to be respected on the latest CI run
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.
Correct, here is the latest run: https://dev.azure.com/dnceng-public/public/_build/results?buildId=444522&view=logs&j=8ce12db4-5178-5d5b-6012-cb5f9bb20b0f.
Closing this PR. If the same error is encountered we will reopen it.
Fixed by #93709. |
Description
This PR disables failing library test on linux-bionic.