Skip to content

Skip remaining tests when a 'Boot test' fails

Tino Calancha requested to merge calancha/upt:skip-remaining-tasks into main

Dump remaining tasks with SKIP status when processing ends

Before this commit, if a Boot test fails then the remaining tasks won't arrive to the DataWarehouse. After this commit, the remaining tasks will arrive to the DW with SKIP status.

It addresses Reboot test case from #48 (closed)

Edited by Tino Calancha

Merge request reports