Skip to content

Commit 493241b

Browse files
authored
[CI] Fix test fixture caching in ci image baking (#140358) (#140368)
This should fix the vm image jobs for baking our ci images that broken due to unability to cache docker test fixtures
1 parent 3f6af9d commit 493241b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/testcontainer-utils/src/main/java/org/elasticsearch/test/fixtures/testcontainers/DockerEnvironmentAwareTestContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import static org.elasticsearch.test.fixtures.testcontainers.DockerAvailability.assumeDockerIsAvailable;
2525

26-
public class DockerEnvironmentAwareTestContainer extends GenericContainer<DockerEnvironmentAwareTestContainer>
26+
public abstract class DockerEnvironmentAwareTestContainer extends GenericContainer<DockerEnvironmentAwareTestContainer>
2727
implements
2828
TestRule,
2929
CacheableTestFixture {

0 commit comments

Comments
 (0)