Commit 86b7996
Fix intermittent macOS unit test failures by forcing FakeDriver when ConsoleDriver.RunningUnitTests is true (#4291)
* Initial plan
* Add safeguard to force FakeDriver when ConsoleDriver.RunningUnitTests is true
Co-authored-by: tig <585482+tig@users.noreply.github.com>
* Add test to verify FakeDriver is used when RunningUnitTests is true
Co-authored-by: tig <585482+tig@users.noreply.github.com>
* Add debug logging to make unit test safeguard visible in CI logs
Co-authored-by: tig <585482+tig@users.noreply.github.com>
* Modify unit-tests.yml to run tests 10 times on macOS to verify fix stability
Co-authored-by: tig <585482+tig@users.noreply.github.com>
* Revert "Modify unit-tests.yml to run tests 10 times on macOS to verify fix stability"
Co-authored-by: tig <585482+tig@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: tig <585482+tig@users.noreply.github.com>1 parent 8aec052 commit 86b7996
File tree
2 files changed
+43
-0
lines changed- Terminal.Gui/App
- Tests/UnitTests/ConsoleDrivers
2 files changed
+43
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
106 | 123 | | |
107 | 124 | | |
108 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
233 | 259 | | |
0 commit comments