Skip to content

Commit

Permalink
#28 disable OpenLibertyIT
Browse files Browse the repository at this point in the history
  • Loading branch information
t1 committed Jan 18, 2022
1 parent 70e4d2d commit 7ed9a88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/test/it/OpenLibertyIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.github.t1.testcontainers.jee.JeeContainer;
import com.github.t1.testcontainers.jee.OpenLibertyContainer;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.testcontainers.junit.jupiter.Container;
import org.testcontainers.junit.jupiter.Testcontainers;
Expand All @@ -12,6 +13,7 @@
import static javax.ws.rs.core.MediaType.APPLICATION_JSON_TYPE;
import static test.jolokia.TestData.VERSION;

@Disabled("currently fails [https://github.com/t1/jee-testcontainers/issues/28]")
@OpenLiberty
@Testcontainers
public class OpenLibertyIT {
Expand Down

0 comments on commit 7ed9a88

Please sign in to comment.