Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r6264a775ffd3bd50c9146e93a5e6f50b21f2981f -r9a52ee034a7b96b7eb164b5788e01f11cd281059 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 6264a775ffd3bd50c9146e93a5e6f50b21f2981f) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 9a52ee034a7b96b7eb164b5788e01f11cd281059) @@ -181,7 +181,6 @@ case DG_POST_STATE_UV_REACTORS: testStatus = execUVReactorsSelfTest(); - testStatus = SELF_TEST_STATUS_PASSED; // TODO why is this failing in unit 2? postState = handlePOSTStatus( testStatus ); break;