Skip to content

Commit

Permalink
Temporarily disabling WebLogic test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbarny committed Apr 16, 2019
1 parent fb3c7cd commit ea9e613
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import co.elastic.apm.servlet.tests.SoapTestApp;
import co.elastic.apm.servlet.tests.TestApp;
import org.jetbrains.annotations.NotNull;
import org.junit.Ignore;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.testcontainers.containers.BindMode;
Expand All @@ -32,6 +33,7 @@
import java.util.Arrays;
import java.util.List;

@Ignore("Requires docker login which is not available on the CI performing the releases")
@RunWith(Parameterized.class)
public class WebLogicIT extends AbstractServletContainerIntegrationTest {

Expand Down

0 comments on commit ea9e613

Please sign in to comment.