Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 5fccbc5

Browse files
committed
Disable token/js tests pending resolution of #332
1 parent c671fdc commit 5fccbc5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ci/script.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,13 @@ js_token() {
6969
time npm run flow || exit $?
7070
tsc module.d.ts || exit $?
7171

72-
npm run cluster:localnet || exit $?
73-
npm run localnet:down
74-
npm run localnet:update || exit $?
75-
npm run localnet:up || exit $?
76-
time npm run start || exit $?
77-
npm run localnet:down
72+
# TODO: Uncomment when resolving https://github.com/solana-labs/solana-program-library/issues/332
73+
# npm run cluster:localnet || exit $?
74+
# npm run localnet:down
75+
# npm run localnet:update || exit $?
76+
# npm run localnet:up || exit $?
77+
# time npm run start || exit $?
78+
# npm run localnet:down
7879
}
7980
_ js_token
8081

0 commit comments

Comments
 (0)