Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 2df6edc

Browse files
committed
chore: add skip for DAG subsystem over HTTP API
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent 88e1e33 commit 2df6edc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/http-api/interface.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ describe('interface-ipfs-core over ipfs-api tests', () => {
1717

1818
tests.config(defaultCommonFactory)
1919

20-
tests.dag(defaultCommonFactory)
20+
tests.dag(defaultCommonFactory, {
21+
skip: { reason: 'TODO: DAG HTTP endpoints not implemented in js-ipfs yet!' }
22+
})
2123

2224
tests.dht(defaultCommonFactory, {
2325
skip: { reason: 'TODO: DHT is not implemented in js-ipfs yet!' }

0 commit comments

Comments
 (0)