Skip to content

Commit

Permalink
fix(test): temporarily ignores postman ftest due to travis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed May 30, 2017
1 parent 918ba9f commit b6301f8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import org.arquillian.cube.HostPort;
import org.jboss.arquillian.junit.Arquillian;
import org.jboss.arquillian.test.api.ArquillianResource;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand All @@ -16,6 +17,7 @@

@RunWith(Arquillian.class)
@HealthCheck("/message")
@Ignore("FIXME this fails on travis-ci due to docker/cube not able to start/connect to the container: http://bit.ly/2r82st1")
public class PostmanTest {

@ArquillianResource
Expand Down

0 comments on commit b6301f8

Please sign in to comment.