Skip to content

Commit

Permalink
Disable token/js tests pending resolution of solana-labs#332
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Aug 27, 2020
1 parent c671fdc commit 5fccbc5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,13 @@ js_token() {
time npm run flow || exit $?
tsc module.d.ts || exit $?

npm run cluster:localnet || exit $?
npm run localnet:down
npm run localnet:update || exit $?
npm run localnet:up || exit $?
time npm run start || exit $?
npm run localnet:down
# TODO: Uncomment when resolving https://github.com/solana-labs/solana-program-library/issues/332
# npm run cluster:localnet || exit $?
# npm run localnet:down
# npm run localnet:update || exit $?
# npm run localnet:up || exit $?
# time npm run start || exit $?
# npm run localnet:down
}
_ js_token

Expand Down

0 comments on commit 5fccbc5

Please sign in to comment.