Disable token-swap js tests in CI until https://github.com/solana-labs/solana/issues/11465 is resolved

This commit is contained in:
Michael Vines 2020-08-07 23:34:37 -07:00
parent 3479341ab1
commit f8e4cd86f9
1 changed files with 8 additions and 6 deletions

View File

@ -27,9 +27,11 @@ cd token-swap/js
npm install npm install
npm run lint npm run lint
npm run flow npm run flow
npm run cluster:localnet
npm run localnet:down # TODO: Uncomment once https://github.com/solana-labs/solana/issues/11465 is resolved
npm run localnet:update # npm run cluster:localnet
npm run localnet:up # npm run localnet:down
npm run start # npm run localnet:update
npm run localnet:down # npm run localnet:up
# npm run start
# npm run localnet:down