Commit e9d8ba0
Use Assert.Inconclusive for emulator acquisition failures
Emulator acquisition failures are infrastructure issues, not test
failures. Using Assert.Inconclusive instead of Assert.IsTrue marks
these as skipped/inconclusive rather than turning the build red.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c4dbc85 commit e9d8ba0
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
| |||
0 commit comments