Index: firmware/App/Modes/ConsumableSelfTest.c =================================================================== diff -u -r7c8b6b72e4c5152e3a9c213bc1dacd85c081ab14 -r3db5538afb80bc12822304d698343e0325fa708e --- firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 7c8b6b72e4c5152e3a9c213bc1dacd85c081ab14) +++ firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 3db5538afb80bc12822304d698343e0325fa708e) @@ -77,19 +77,23 @@ { case CONSUMABLE_SELF_TESTS_INSTALL_STATE: +#ifndef _RELEASE_ if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_UI_INTERACTION ) ) +#endif { consumableInstallConfirmed = TRUE; } // TODO: Check for DG straw door status to be open once DG door driver implemented if ( TRUE == consumableInstallConfirmed ) { consumableInstallConfirmed = FALSE; +#ifndef _RELEASE_ if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_CONSUMABLES_TESTS ) != SW_CONFIG_ENABLE_VALUE ) { currentConsumableSelfTestState = CONSUMABLE_SELF_TESTS_FILL_CMD_STATE; } else +#endif { currentConsumableSelfTestState = CONSUMABLE_SELF_TESTS_COMPLETE_STATE; }