Index: firmware/App/Modes/ConsumableSelfTest.c =================================================================== diff -u -rfba69244d94307e50fefaa1e88bcbb979584461e -ra28daf72bbc8bd7313425471555d5189d946af13 --- firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision fba69244d94307e50fefaa1e88bcbb979584461e) +++ firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision a28daf72bbc8bd7313425471555d5189d946af13) @@ -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 ) ) {