Index: firmware/App/Modes/ConsumableSelfTest.c =================================================================== diff -u -r667feab319b14681a0330a715da7a1ba930b518d -r15f9827c863812cfd1f891d22342103fe9a72abc --- firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 667feab319b14681a0330a715da7a1ba930b518d) +++ firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 15f9827c863812cfd1f891d22342103fe9a72abc) @@ -76,7 +76,6 @@ switch( currentConsumableSelfTestState ) { case CONSUMABLE_SELF_TESTS_INSTALL_STATE: - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_UI_INTERACTION ) ) { consumableInstallConfirmed = TRUE; @@ -85,6 +84,7 @@ if ( TRUE == consumableInstallConfirmed ) { consumableInstallConfirmed = FALSE; + if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_CONSUMABLES_TESTS ) != SW_CONFIG_ENABLE_VALUE ) { currentConsumableSelfTestState = CONSUMABLE_SELF_TESTS_FILL_CMD_STATE;