Disable token/js tests pending resolution of #332

This commit is contained in:
Michael Vines 2020-08-26 22:40:51 -07:00
parent c671fdcd3a
commit 5fccbc5ac8
1 changed files with 7 additions and 6 deletions

View File

@ -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