Skip to content

Commit 720791a

Browse files
committed
chore: skip .refs tests
@see #77
1 parent e0f4fb1 commit 720791a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/interface-tests.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ function executeTests (commonFactory) {
6868
{
6969
name: 'should error during add-all stream',
7070
reason: 'Not supported by http'
71+
},
72+
{
73+
name: '.refs',
74+
reason: 'FIXME: https://github.com/ipfs/js-kubo-rpc-client/issues/77'
7175
}
7276
].concat(isFirefox
7377
? [{

0 commit comments

Comments
 (0)