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 3285ca8 commit ef07123Copy full SHA for ef07123
cookbooks/aws-parallelcluster-slurm/test/controls/slurm_config_spec.rb
@@ -46,7 +46,7 @@
46
end
47
48
describe 'check cgroup memory resource controller is enabled' do
49
- subject { bash("grep memory /proc/cgroups | awk '{print $4}'") }
+ subject { bash("sleep 5 && grep memory /proc/cgroups | awk '{print $4}'") }
50
its('exit_status') { should eq 0 }
51
its('stdout.strip') { should cmp 1 }
52
0 commit comments