Jenkins job stucks at the end after running all unit tests

58 Views Asked by At

The Jenkins executes all unit tests but in the end I'm getting this message in output:

...
Passed test_name...
Closing app with package full name 'app_full_name'.
The active test run was aborted. Reason: One or more errors occurred.
Closing app with package full name 'app_full_name'
...

I dont know what is happening, what are this "errors", I think maybe the problem is that Jenkins coud not close the UI window opened by UWP Unit Test App, but I'm not sure. Any ideia?

0

There are 0 best solutions below