Skip to content

Commit d20e4e3

Browse files
chore: disable js-ipfs tests for the time being
1 parent 18620eb commit d20e4e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
command: npm run build
2020
- run:
2121
command: E2E_IPFSD_TYPE=go npm run test:e2e
22-
- run:
23-
command: E2E_IPFSD_TYPE=js npm run test:e2e
22+
# - run: - TODO: uncomment after pinning services are coded in js-ipfs
23+
# command: E2E_IPFSD_TYPE=js npm run test:e2e
2424
- run:
2525
command: npm run bundlesize
2626
- persist_to_workspace:

0 commit comments

Comments
 (0)