Skip to content

Commit 8b9c8a4

Browse files
authored
Merge branch 'main' into add/measure-head-status-code
2 parents 2ffb623 + 6ff24e1 commit 8b9c8a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/spark.js

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ test('fetchCAR - http', async () => {
9090
assertEquals(requests, [`https://frisbii.fly.dev/ipfs/${KNOWN_CID}?dag-scope=block`])
9191
})
9292

93+
/* Fixme: Find an active deal on a reliable graphsync provider
9394
test('fetchCAR - graphsync', async () => {
9495
// This test relies on data stored as part of a Filecoin deal which will eventually expire.
9596
// Also the storage provider may decide to stop serving Graphsync retrievals.
@@ -118,6 +119,7 @@ test('fetchCAR - graphsync', async () => {
118119
assertEquals(stats.carChecksum, '1220a8d765159d8829f2bca7df05e5cd46eb88bdaa30905d3d08c6295562ea072f0f', 'stats.carChecksum')
119120
assertEquals(requests, [`ipfs://${cid}?dag-scope=block&protocols=graphsync&providers=${encodeURIComponent(addr)}`])
120121
})
122+
*/
121123

122124
/* Disabled as long as we are fetching the top-level block only
123125
test('fetchCAR exceeding MAX_CAR_SIZE', async () => {

0 commit comments

Comments
 (0)