Skip to content

Commit bf9f32c

Browse files
committed
Remove Fips tests wiring from 9.0 branch
The 9.0 branch does not provide a reasonable fips image. this was a backport merge issue causing packaging tests to fail.
1 parent 5b5d7d6 commit bf9f32c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/DistroTestPlugin.java

-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ private static Map<ElasticsearchDistributionType, TaskProvider<?>> lifecycleTask
152152
lifecyleTasks.put(DOCKER_IRONBANK, project.getTasks().register(taskPrefix + ".docker-ironbank"));
153153
lifecyleTasks.put(DOCKER_CLOUD_ESS, project.getTasks().register(taskPrefix + ".docker-cloud-ess"));
154154
lifecyleTasks.put(DOCKER_WOLFI, project.getTasks().register(taskPrefix + ".docker-wolfi"));
155-
lifecyleTasks.put(DOCKER_FIPS, project.getTasks().register(taskPrefix + ".docker-fips"));
156155
lifecyleTasks.put(ARCHIVE, project.getTasks().register(taskPrefix + ".archives"));
157156
lifecyleTasks.put(DEB, project.getTasks().register(taskPrefix + ".packages"));
158157
lifecyleTasks.put(RPM, lifecyleTasks.get(DEB));

0 commit comments

Comments
 (0)