Index: firmware/App/Modes/ConsumableSelfTest.c =================================================================== diff -u -r736cc5b56cc9c784ab1d8fc8687a73d190c35759 -r71319ba4a10ae2e8d33c74a388b39cff14e9b636 --- firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 736cc5b56cc9c784ab1d8fc8687a73d190c35759) +++ firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 71319ba4a10ae2e8d33c74a388b39cff14e9b636) @@ -110,6 +110,7 @@ if ( TRUE == consumableInstallConfirmed ) // TODO - should we check that concentrate cap is off too? { consumableInstallConfirmed = FALSE; + #ifndef _RELEASE_ if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_CONSUMABLES_TESTS ) ) {