We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d48014 commit bc3670aCopy full SHA for bc3670a
cookbooks/aws-parallelcluster-platform/test/controls/install_packages_spec.rb
@@ -17,7 +17,7 @@
17
# Verify jq version is updated enough to accept 2 argfile parameters
18
describe bash("jq --argfile") do
19
its('stderr') { should match /jq: --argfile takes two parameters/ }
20
- end unless instance.custom_ami? || os_properties.alinux2023?
+ end unless instance.custom_ami? || os_properties.alinux2023? || os_properties.ubuntu2404?
21
# Need to change the jq --argfile commands as its deprecated in 1.7( latest)
22
23
unless os_properties.centos7?
0 commit comments