-
Notifications
You must be signed in to change notification settings - Fork 711
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
Split RadioButtons tests into smaller chunks and workloads #2214
Conversation
@chingucoding can you please merge with master, the stability fixes are in now. |
@ranjeshj Good idea, done |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
I don't think splitting the individual tests is the right approach. I think bucketing the tests into different suites is sufficient... |
@StephenLPeters I've reverted my commit and just added test suite properties to the 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.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
I've split up the larger tests into smaller chunks and added them into TestSuite's in order to reduce the time we need to rerun tests and potentially improve test reliability
Motivation and Context
Potentially Fixes #2160
How Has This Been Tested?
Ran tests
Screenshots (if appropriate):