diff --git a/tests/integration/targets/docker_compose_v2/tasks/tests/build.yml b/tests/integration/targets/docker_compose_v2/tasks/tests/build.yml index a43bec8b..736848a3 100644 --- a/tests/integration/targets/docker_compose_v2/tasks/tests/build.yml +++ b/tests/integration/targets/docker_compose_v2/tasks/tests/build.yml @@ -102,7 +102,9 @@ - present_2_check.warnings | default([]) | select('regex', ' Please report this at ') | length == 0 - present_2 is not changed - present_2.warnings | default([]) | select('regex', ' Please report this at ') | length == 0 - - present_4_check is changed + # - present_4_check is changed -- whether this is true depends on a combination of Docker CLI and Docker Compose version... + # Compose 2.37.3 with Docker 28.2.x results in 'changed', while Compose 2.37.3 with Docker 28.3.0 results in 'not changed'. + # It seems that Docker is now clever enough to notice that nothing is rebuilt... - present_4_check.warnings | default([]) | select('regex', ' Please report this at ') | length == 0 - present_4 is not changed - present_4.warnings | default([]) | select('regex', ' Please report this at ') | length == 0