Revert "+comment out ExHardError test"

This reverts commit eaf53f1244ab61f3461f811c2034d05adc333f0b.
This commit is contained in:
Timo Kreuzer 2023-05-06 20:57:13 +03:00
parent 75a707d3a2
commit 24ec811bb0

View file

@ -95,8 +95,7 @@ TestHardError(
CheckHardError(0x40000003, 0, OptionOk, STATUS_SUCCESS, ResponseNotHandled, 6, 1, 2, 3, 4, 5, 6); // TODO: interactive on ROS
}
// This one fails randomly on Test WHS
//CheckHardError(0x40000004, 0, OptionShutdownSystem, STATUS_PRIVILEGE_NOT_HELD, ResponseReturnToCaller, 0, 0);
CheckHardError(0x40000004, 0, OptionShutdownSystem, STATUS_PRIVILEGE_NOT_HELD, ResponseReturnToCaller, 0, 0);
if (InteractivePart1)
{
// TODO: these 2 are interactive on ROS