Skip to content

Commit

Permalink
fix/skip docker parallel test on emulated hardware (#415)
Browse files Browse the repository at this point in the history
One more off of #414 and #413...
  • Loading branch information
awalker4 authored May 11, 2024
1 parent f9aa5a4 commit 20238c2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/docker-smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,13 @@ PYTHONPATH=. SKIP_INFERENCE_TESTS=$SKIP_INFERENCE_TESTS pytest -vv scripts/smoke
#######################
# Test parallel vs single mode
#######################
start_container 9000 true
await_server_ready 9000
if ! $SKIP_INFERENCE_TESTS; then
start_container 9000 true
await_server_ready 9000

echo Running parallel mode test
./scripts/parallel-mode-test.sh localhost:8000 localhost:9000
echo Running parallel mode test
./scripts/parallel-mode-test.sh localhost:8000 localhost:9000
fi

result=$?
exit $result

0 comments on commit 20238c2

Please sign in to comment.