Skip to content

Commit 008ba20

Browse files
Himani Anil Deshpandehimani2411
authored andcommitted
[Test] Package fftw* now installed on AL2023 because the Desktop group (installed for DCV) now pulls in ImageMagick which requires this package
1 parent f4ed435 commit 008ba20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cookbooks/aws-parallelcluster-platform/test/controls/install_packages_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
end unless instance.custom_ami? || os_properties.alinux2023? || os_properties.ubuntu2404?
2121
# Need to change the jq --argfile commands as its deprecated in 1.7( latest)
2222

23-
unless os_properties.centos7?
23+
# NOTE: Skipped on AL2023 because the Desktop group (installed for DCV) now pulls in
24+
# ImageMagick-libs which depends on fftw-libs-double
25+
unless os_properties.centos7? || os_properties.alinux2023?
2426
# Verify fftw package is not installed
2527
describe bash('ls 2>/dev/null /usr/lib64/libfftw*') do
2628
its('stdout') { should be_empty }

0 commit comments

Comments
 (0)