-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Re-enable DCJS tests for all platforms. #118628
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
Re-enable DCJS tests for all platforms. #118628
Conversation
/azp run runtime-extra-platforms |
Azure Pipelines failed to run 1 pipeline(s). |
/azp run runtime-extra-platforms |
Azure Pipelines failed to run 1 pipeline(s). |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Pull Request Overview
This PR re-enables DataContractJsonSerializer (DCJS) tests that were previously disabled on iOS and tvOS platforms due to a runtime issue. The tests are being re-enabled because the underlying issues have been resolved.
- Removes
ActiveIssue
attributes that were disabling tests on iOS and tvOS platforms - Re-enables 4 specific DCJS test methods to run on all platforms
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
Re-enabling DCJS tests that no longer fail.