Attempt to fix the verify job problem
[clamp.git] / src / test / java / org / onap / clamp / clds / it / RobotItCase.java
index b386d9b..5eff96e 100644 (file)
@@ -45,12 +45,14 @@ import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.springframework.beans.factory.annotation.Value;
 import org.springframework.boot.test.context.SpringBootTest;
+import org.springframework.test.annotation.DirtiesContext;
 import org.springframework.test.context.TestPropertySource;
 import org.springframework.test.context.junit4.SpringRunner;
 
 @RunWith(SpringRunner.class)
 @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)
 @TestPropertySource(locations = "classpath:robotframework/robotframework-test.properties")
+@DirtiesContext
 public class RobotItCase {
 
     @Value("${server.port}")