Skip to content

Commit

Permalink
doc: clarify note
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jun 7, 2023
1 parent 03bd271 commit 969b74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/t0123_gateway_json_cbor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@ func TestNativeDag(t *testing.T) {
curl -sX GET "http://127.0.0.1:$GWAY_PORT/ipfs/$CID?format=$format" -o plain_output &&
test_cmp expected plain_output
'
Note: we skip this test since we compare responses bytes to bytes above.
*/
// TODO(lidel): Note we disable this test, we check the payloads above.
/**
test_expect_success "GET $name from /ipfs with application/vnd.ipld.dag-$format returns the same payload as the raw block" '
ipfs block get "/ipfs/$CID" > expected_block &&
Expand Down

0 comments on commit 969b74a

Please sign in to comment.