Skip to content

Commit

Permalink
repo slice test: re-enable with lexgen legacy blob working
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Mar 29, 2023
1 parent 8ed3ce9 commit 67f6a7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/repo_slice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
// ipfs dag get bafyreiapesxwibnujg44xphqq23ekkozgcmnenj2onnx4gkgy4uipziyc4 --output-codec=dag-cbor > testing/repo_record.cbor

func TestRepoSliceParse(t *testing.T) {
t.Skip("legacy blob handling is still WIP after lex refactor")
ctx := context.TODO()
fi, err := os.Open("repo_slice.car")
if err != nil {
Expand Down

0 comments on commit 67f6a7b

Please sign in to comment.