Skip to content

Commit

Permalink
fix test after models are disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilGalimzyanov committed Apr 22, 2024
1 parent d9cdaab commit 92dfe8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tests/runtests_journalist_rugpt35.sh
Expand Up @@ -110,8 +110,7 @@ if [[ "$MODE" == "test_skills" || "$MODE" == "all" ]]; then
echo "Passing test data to each skill selected for testing"


for container in ranking-based-response-selector-ru prompt-selector-ru \
dff-journalist-helper-ru-prompted-skill; do
for container in ranking-based-response-selector-ru prompt-selector-ru; do

echo "Run tests for $container"
dockercompose_cmd exec -T -u $(id -u) $container ./test.sh
Expand Down
2 changes: 1 addition & 1 deletion tests/runtests_marketing_gptjt.sh
Expand Up @@ -110,7 +110,7 @@ if [[ "$MODE" == "test_skills" || "$MODE" == "all" ]]; then
echo "Passing test data to each skill selected for testing"


for container in ranking-based-response-selector prompt-selector dff-marketing-prompted-skill; do
for container in ranking-based-response-selector prompt-selector; do

echo "Run tests for $container"
dockercompose_cmd exec -T -u $(id -u) $container ./test.sh
Expand Down

0 comments on commit 92dfe8b

Please sign in to comment.