Prevent upgrade for base vf module with add on
[vid.git] / vid-automation / src / main / java / vid / automation / test / infra / Features.java
index b6afed5..4d79196 100644 (file)
@@ -73,6 +73,7 @@ public enum Features implements Feature {
     FLAG_2008_REMOVE_PAUSE_INSTANTIATION,
     FLAG_2008_PAUSE_VFMODULE_INSTANTIATION_FAILURE,
     FLAG_2011_EXPORT_MSO_STATUS,
+    FLAG_2012_UPGRADE_BASE_MODULE_FLAG,
     ;
     public boolean isActive() {
         return FeatureContext.getFeatureManager().isActive(this);