Skip to content

Commit

Permalink
Use native snapshotter on arm64 docker tests
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Sep 17, 2024
1 parent 6d697c7 commit feda603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/docker/test-run-basics
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ all_services=(
export NUM_SERVERS=1
export NUM_AGENTS=1
export WAIT_SERVICES="${all_services[@]}"
export SERVER_ARGS="--snapshotter=native"
export AGENT_ARGS="--snapshotter=native"

start-test() {
use-local-storage-volume
Expand Down

0 comments on commit feda603

Please sign in to comment.