-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Reenable sharedfx with arm64 queue skipped #20659
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
Conversation
Reenables the shared fx tests, but skips them on helix arm since these tests don't actually test anything that varies on platform |
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.
Needs the #20669 fix too, correct? (Why isn't the current runtests.sh file causing problems in this PR? Does the assignment work when the value is 0
?)
<VerifyAncmBinary Condition="'$(TargetOsName)' == 'win' AND '$(TargetArchitecture)' != 'arm'">true</VerifyAncmBinary> | ||
<TestDependsOnAspNetRuntime>true</TestDependsOnAspNetRuntime> | ||
<TestDependsOnAspNetRef>true</TestDependsOnAspNetRef> | ||
<SkipHelixArm>true</SkipHelixArm> |
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.
To confirm: This is the only change from the prior PR reneabling the SharedFx tests?
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.
Yep, I'll add the fix runtests fix and back out the extra queues
No description provided.