Skip to content

Commit

Permalink
fix: Ignore ES1x tests since contianer image isn't working on GITHUB
Browse files Browse the repository at this point in the history
  • Loading branch information
kuseman committed Aug 13, 2024
1 parent 9af1618 commit b10d7cb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
package se.kuseman.payloadbuilder.catalog.es;

import org.junit.AfterClass;
import org.junit.Ignore;
import org.testcontainers.containers.GenericContainer;
import org.testcontainers.containers.wait.strategy.HostPortWaitStrategy;
import org.testcontainers.utility.DockerImageName;

import se.kuseman.payloadbuilder.catalog.es.ElasticsearchMeta.Version;

/** Test with elastic search 1X */
@Ignore("Ignored since this image cannot be fetched in GITHUB any longer")
public class ES1XTest extends BaseESTest
{
private static final String TYPE = "testType";
Expand Down

0 comments on commit b10d7cb

Please sign in to comment.