You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Pull Request Overview
This PR adds the `[NonParallelizable]` attribute to UI test classes to
prevent test failures caused by concurrent access to static classes.
This is a targeted fix to address flaky test behavior in the ReactiveUI
test suite.
- Adds `[NonParallelizable]` attribute to test classes that access
static members
- Prevents race conditions during parallel test execution
- Improves test reliability and consistency
0 commit comments