Skip to content

Commit

Permalink
Merge pull request #9025 from wainersm/cri-containerd_fix_loop
Browse files Browse the repository at this point in the history
cri-containerd: fix loop in TestContainerMemoryUpdate()
  • Loading branch information
justxuewei committed Feb 6, 2024
2 parents 354a309 + 106e1af commit 67d9847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cri-containerd/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ function TestContainerMemoryUpdate() {
return
fi

for virtio_mem_enabled in {1, 0}; do
for virtio_mem_enabled in 1 0; do
PrepareContainerMemoryUpdate $virtio_mem_enabled
DoContainerMemoryUpdate $virtio_mem_enabled
done
Expand Down

0 comments on commit 67d9847

Please sign in to comment.