This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Commit 172aba3
committed
Attempt at fixing tests
Tests are failing on the buildbot and it looks like it's because one
test is clobbering data for another test. The only thing these tests
share is the global ServiceProvider set, so put these test classes in
the same collection so xunit doesn't parallelize them.1 parent d8b2d16 commit 172aba3
File tree
2 files changed
+2
-1
lines changed- src/UnitTests
- GitHub.App/Models
- GitHub.Extensions
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments