Skip to content

Commit bc4a6dc

Browse files
committed
todo
1 parent 8b9c8a4 commit bc4a6dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration.js

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ test('retrieval check for our CID', async () => {
4242
assertProp('protocol', 'http')
4343
assertProp('timeout', false)
4444
assertProp('statusCode', 200)
45+
// FIXME: Frisbii.fly.io doesn't support HEAD requests
46+
// https://github.com/CheckerNetwork/frisbii-on-fly/issues/3
47+
// assertProp('headStatusCode', 200)
4548
assertProp('byteLength', 200)
4649
assertProp('carTooLarge', false)
4750
// TODO - spark-api does not record this field yet

0 commit comments

Comments
 (0)