test: Add complex e2e tests for anthropic opus-3 model (#1837)

Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
This commit is contained in:
Matthew Zhou
2024-10-07 11:39:54 -07:00
committed by GitHub
parent 9e4c7ad07f
commit c76cecb8cb
4 changed files with 116 additions and 9 deletions

View File

@@ -107,6 +107,6 @@ jobs:
$TEST_ARCHIVAL_MEMORY_EXIT_CODE -ne 0 || \
$TEST_CORE_MEMORY_EXIT_CODE -ne 0 || \
$TEST_EMBEDDING_ENDPOINT_EXIT_CODE -ne 0 ]]; then
echo "Some tests failed, setting neutral status."
echo "Some tests failed."
exit 78
fi