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

Commit 69d647a

Browse files
committed
chore: disable intermittent failing test
1 parent 3511641 commit 69d647a

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

packages/ipfs-http-client/test/interface.spec.js

+11-4
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,17 @@ describe('interface-ipfs-core tests', () => {
5959
})
6060

6161
tests.block(commonFactory, {
62-
skip: [{
63-
name: 'should get a block added as CIDv1 with a CIDv0',
64-
reason: 'go-ipfs does not support the `version` param'
65-
}]
62+
skip: [
63+
{
64+
name: 'should get a block added as CIDv1 with a CIDv0',
65+
reason: 'go-ipfs does not support the `version` param'
66+
},
67+
{
68+
name: 'should return an error for an invalid CID',
69+
reason:
70+
'Intermittent failure: https://github.com/ipfs/js-ipfs/issues/3100'
71+
}
72+
]
6673
})
6774

6875
tests.bootstrap(commonFactory, {

0 commit comments

Comments
 (0)