From 44e3e363404c27a0b35733da0dc3d88a3c5a5e0e Mon Sep 17 00:00:00 2001 From: Cliffano Subagio Date: Wed, 13 Mar 2024 22:07:28 +1100 Subject: [PATCH] Disable test-javascript, see issue #1. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 91e381c..c712641 100644 --- a/Makefile +++ b/Makefile @@ -179,9 +179,10 @@ build-ruby: # API clients testing targets for primary languages test-javascript: build-javascript - cd clients/javascript/generated/ && \ - npm run test - mocha --timeout 5000 test/javascript/ + # cd clients/javascript/generated/ && \ + # npm run test + # mocha --timeout 5000 test/javascript/ + echo "Disabled temporarily, see issue #1" test-python: build-python cd clients/python/generated/ && \