Index: firmware/App/Modes/ConsumableSelfTest.c =================================================================== diff -u -r9feea867113c62088f0ce91750127972dbd9bf53 -re5d1d67106a93a6cd1b5692b586625d715732e2f --- firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 9feea867113c62088f0ce91750127972dbd9bf53) +++ firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision e5d1d67106a93a6cd1b5692b586625d715732e2f) @@ -74,10 +74,11 @@ switch( currentConsumableSelfTestState ) { case CONSUMABLE_SELF_TESTS_INSTALL_STATE: -#ifndef SKIP_CONSUMABLE_TESTS +#ifdef SKIP_CONSUMABLE_TESTS + consumableInstallConfirmed = TRUE; +#endif // TODO: Check for DG straw door status to be open once DG door driver implemented if ( TRUE == consumableInstallConfirmed ) -#endif { consumableInstallConfirmed = FALSE; #ifndef SKIP_CONSUMABLE_TESTS