File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ test_client_faas
2626test_client_cloudevents
2727test_client_fastify
2828test_client_pino
29- test_client_langchainjs
3029"
3130
3231TEST_LIST_BINARY=" \
@@ -49,8 +48,6 @@ readonly CLOUDEVENTS_REVISION="v${CLOUDEVENTS_REVISION:-$(docker run --rm "${IMA
4948readonly CLOUDEVENTS_REPO=" https://github.com/cloudevents/sdk-javascript.git"
5049readonly FASTIFY_REVISION=" v${FASTIFY_REVISION:- $(docker run --rm " ${IMAGE_NAME} " -- npm show fastify version)} "
5150readonly FASTIFY_REPO=" https://github.com/fastify/fastify.git"
52- readonly LANGCHAINJS_REVISION=" ${LANGCHAINJS_REVISION:- $(docker run --rm " ${IMAGE_NAME} " -- npm show langchain version)} "
53- readonly LANGCHAINJS_REPO=" https://github.com/langchain-ai/langchainjs.git"
5451
5552# Since we built the candidate image locally, we don't want S2I attempt to pull
5653# it from a registry
Original file line number Diff line number Diff line change @@ -444,11 +444,6 @@ function test_client_cloudevents() {
444444 test_running_client_js cloudevents
445445}
446446
447- function test_client_langchainjs() {
448- echo " Running langchainjs client test"
449- test_running_client_js langchainjs
450- }
451-
452447function test_client_fastify() {
453448 if [[ " ${VERSION} " == * " minimal" * ]]; then
454449 VERSION=$( echo " ${VERSION} " | cut -d " -" -f 1)
You can’t perform that action at this time.
0 commit comments