Skip to content
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

Disable some PosixSignalRegistration tests on mobile targets #55569

Merged
merged 1 commit into from
Jul 13, 2021

Conversation

stephentoub
Copy link
Member

xunit doesn't like the fact that some of these MemberDatas were yielding 0 entries on these platforms.

Fixes #55563

xunit doesn't like the fact that some of these MemberDatas were yielding 0 entries on these platforms.
@steveisok steveisok self-requested a review July 13, 2021 14:58
@stephentoub stephentoub merged commit ca85119 into dotnet:main Jul 13, 2021
@stephentoub stephentoub deleted the disablemobile branch July 13, 2021 19:39
akoeplinger added a commit to akoeplinger/runtime that referenced this pull request Jul 14, 2021
dotnet#55569 didn't fix the issue since xunit retrieves the MemberData and checks for non-empty *before* evaluating the ConditionalTheory condition.
akoeplinger added a commit that referenced this pull request Jul 14, 2021
#55569 didn't fix the issue since xunit retrieves the MemberData and checks for non-empty *before* evaluating the ConditionalTheory condition.
@ghost ghost locked as resolved and limited conversation to collaborators Aug 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[iOS] PosixSignalRegistrationTests: InvalidOperationException : No data found for <test name>
3 participants