Closed as not planned
Description
Description
When a test times out, there's no indication in the test report it timed out - it's showing as failed instead. There's quite a big difference between the two, as a timed out test is more of the inconclusive kind.
I believe this issue is occurring here:
In line 24, the outcome is correctly reported as Timeout
, but the following if-condition is finding the exception and then sets the error to Failed
.
Alternatively the issue is that the TestFailureException shouldn't have been set in the first place, since that error message doesn't provide any sort of extra value anyway:
Metadata
Metadata
Assignees
Labels
No labels