Skip to content

Add the "dashboard_mode" disable event to tests, fixing contract tests.

Aron Helser requested to merge aron.helser/cmb:fix_contract_testing into master

ParaView changed how it handles file dialog events in testing, so that its pqFileDialogEventPlayer was taking precedence over cmbTestEventPlayer. By disabling "dashboard_mode" this disables the PV handling of file dialog test events, so the CMB handler runs properly to fix up data paths.

Merge request reports