Commit d47bd31
authored
Add NonParallelizable attribute to tests (#4161)
## 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 consistency1 parent 56f2de2 commit d47bd31
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments