if you REALLY want to achieve that, you would have to call some PRIVATE API of Wizard to disable the tap event from WizardProgressNavigator.
In your controller class, put the following code after Wizard is rendered.
this.oWizard = this.getView().byId("YOUR_WIZARD_CONTROL_ID");
this.oWizard._getProgressNavigator().ontap = function(){};
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…