summaryrefslogtreecommitdiff
path: root/examples/server/tests/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/server/tests/tests.sh')
-rwxr-xr-xexamples/server/tests/tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/tests/tests.sh b/examples/server/tests/tests.sh
index 17a4e6fc..1c6c5695 100755
--- a/examples/server/tests/tests.sh
+++ b/examples/server/tests/tests.sh
@@ -5,7 +5,7 @@ set -eu
if [ $# -lt 1 ]
then
# Start @llama.cpp scenario
- behave --summary --stop --no-capture --exclude 'issues|wrong_usages' --tags llama.cpp
+ behave --summary --stop --no-capture --exclude 'issues|wrong_usages|passkey' --tags llama.cpp
else
behave "$@"
fi