Skip to content

Commit

Permalink
Disable test-javascript, see issue #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Mar 13, 2024
1 parent 5d7b5ba commit 44e3e36
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ && \
Expand Down

0 comments on commit 44e3e36

Please sign in to comment.