Index: firmware/App/Modes/ConsumableSelfTest.c =================================================================== diff -u -r1a36e9bd718b40ceaee21dd12eca2da353828e30 -rcca326f2741163d8626ed764f4f673bdf453e7d9 --- firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 1a36e9bd718b40ceaee21dd12eca2da353828e30) +++ firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision cca326f2741163d8626ed764f4f673bdf453e7d9) @@ -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 ) ) {