BAEL-315 - skipping live test
This commit is contained in:
parent
469164caa2
commit
8f21e2bc52
|
@ -75,6 +75,15 @@
|
|||
<target>1.8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>**/*LiveTest.java</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import org.springframework.http.*;
|
|||
import org.springframework.util.LinkedMultiValueMap;
|
||||
import org.springframework.util.MultiValueMap;
|
||||
|
||||
public class GatewayApplicationTest {
|
||||
public class GatewayApplicationLiveTest {
|
||||
|
||||
@Test
|
||||
public void testAccess() throws Exception {
|
Loading…
Reference in New Issue