Merge changes from topics "VID-45", "VID-44"
[vid.git] / vid-automation / src / main / java / vid / automation / test / test / CreateNewInstanceTest.java
index bb13514..be96e69 100644 (file)
@@ -7,7 +7,6 @@ import org.openqa.selenium.WebElement;
 import org.testng.Assert;
 import org.testng.annotations.Test;
 import vid.automation.test.Constants;
-import vid.automation.test.infra.Features;
 import vid.automation.test.infra.Get;
 import vid.automation.test.infra.SelectOption;
 import vid.automation.test.model.Service;
@@ -24,15 +23,9 @@ public class CreateNewInstanceTest extends CreateInstanceDialogBaseTest {
     public CreateNewInstanceTest() throws IOException {
     }
 
-    @Test
+    @Test(groups = { "underDevelopment" })
     private void testCreateNewServiceInstance() throws Exception {
 
-        if (!Features.CREATE_INSTANCE_TEST.isActive()) {
-
-            // time bomb, as it fails on pipeline and I don't know how to fix it
-            return;
-        }
-
         SimulatorApi.clearAll();
         BulkRegistration.createNewServiceInstance("SILVIA ROBBINS");