Index: firmware/App/Modes/ConsumableSelfTest.c =================================================================== diff -u -r38355442b06187fe5d57deca647b3adf2fa26b89 -rded8100d1dc9e08ae171026f9e434587700c1bce --- firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 38355442b06187fe5d57deca647b3adf2fa26b89) +++ firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision ded8100d1dc9e08ae171026f9e434587700c1bce) @@ -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 ) ) {