diff --git a/shared-data/js/getLabware.ts b/shared-data/js/getLabware.ts index 990a76cb694..3db354c94d5 100644 --- a/shared-data/js/getLabware.ts +++ b/shared-data/js/getLabware.ts @@ -45,6 +45,11 @@ export const LABWAREV2_DO_NOT_LIST = [ 'opentrons_flex_96_tiprack_200ul', 'opentrons_flex_96_tiprack_1000ul', 'opentrons_flex_96_tiprack_50ul', + // TODO(ba, 2023-06-23): exclude module calibration adapters + 'opentrons_calibration_adapter_heatershaker_module', + 'opentrons_calibration_adapter_magnetic_module', + 'opentrons_calibration_adapter_temperature_module', + 'opentrons_calibration_adapter_thermocycler_module', ] // NOTE(sa, 2020-7-14): in PD we do not want to list calibration blocks // but we still might want the rest of the labware in LABWAREV2_DO_NOT_LIST