Commit f548028
authored
CSHARP-5930: Stop throwing in test discovery when running locally (#1917)
Both EnsureNoUnobservedTaskException and EnsureNoUnobservedTaskException_Integration have the "UnobservedExceptionTracking" category. This means that the SingleOrDefault throws in test dicovery.
I don't know that this is the correct fix, but it's a starting point.1 parent bd64997 commit f548028
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- tests/MongoDB.TestHelpers/XunitExtensions/TimeoutEnforcing
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments