Skip to content

Commit

Permalink
Fix small bug in sysbox test.
Browse files Browse the repository at this point in the history
The failure to include the cgroups helper in the config/no-inner-image-preload
tests was causing the test to fail on hosts with cgroups v2.

Signed-off-by: Cesar Talledo <[email protected]>
  • Loading branch information
ctalledo committed Jun 12, 2023
1 parent 9fa1ae4 commit b4fac76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/config/no-inner-img-preload.bats
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ load ../helpers/sysbox
load ../helpers/docker
load ../helpers/sysbox-health
load ../helpers/environment
load ../helpers/cgroups

function teardown() {
sysbox_log_check
Expand Down

0 comments on commit b4fac76

Please sign in to comment.