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