File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ test('fetchCAR - http', async () => {
90
90
assertEquals ( requests , [ `https://frisbii.fly.dev/ipfs/${ KNOWN_CID } ?dag-scope=block` ] )
91
91
} )
92
92
93
+ /* Fixme: Find an active deal on a reliable graphsync provider
93
94
test('fetchCAR - graphsync', async () => {
94
95
// This test relies on data stored as part of a Filecoin deal which will eventually expire.
95
96
// Also the storage provider may decide to stop serving Graphsync retrievals.
@@ -118,6 +119,7 @@ test('fetchCAR - graphsync', async () => {
118
119
assertEquals(stats.carChecksum, '1220a8d765159d8829f2bca7df05e5cd46eb88bdaa30905d3d08c6295562ea072f0f', 'stats.carChecksum')
119
120
assertEquals(requests, [`ipfs://${cid}?dag-scope=block&protocols=graphsync&providers=${encodeURIComponent(addr)}`])
120
121
})
122
+ */
121
123
122
124
/* Disabled as long as we are fetching the top-level block only
123
125
test('fetchCAR exceeding MAX_CAR_SIZE', async () => {
You can’t perform that action at this time.
0 commit comments