[sdc] update to the current code base
[sdc.git] / ui-ci / src / main / java / org / openecomp / sdc / ci / tests / verificator / ServiceVerificator.java
index 2c1f59f..2c133e6 100644 (file)
@@ -60,6 +60,7 @@ import org.openecomp.sdc.ci.tests.utils.general.AtomicOperationUtils;
 import org.openqa.selenium.By;
 import org.openqa.selenium.WebElement;
 import org.openqa.selenium.support.ui.Select;
+import org.testng.SkipException;
 
 import com.aventstack.extentreports.Status;
 
@@ -269,6 +270,11 @@ public class ServiceVerificator {
                                } else if (propertyName.equals("max_vf_module_instances")) {
                                        actualNumber = baseNumber + 1;
                                } else if (propertyName.equals("min_vf_module_instances")){
+                                       
+                                       if(true){
+                                           throw new SkipException("Open bug 305331");                 
+                                   }
+                                       
                                        actualNumber = baseNumber - 1;                          
                                }