Skip to content

Commit

Permalink
Skip JSON fuzzing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Jan 31, 2025
1 parent 8055706 commit bc89025
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wirebson/bson_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,10 @@ func testRawDocument(t *testing.T, rawDoc RawDocument) {
})

t.Run("MarshalUnmarshal", func(t *testing.T) {
// TODO https://github.com/FerretDB/wire/issues/49
// See https://jira.mongodb.org/browse/GODRIVER-3476
t.Skip("https://github.com/FerretDB/wire/issues/49")

doc, err := rawDoc.DecodeDeep()
if err != nil {
return
Expand Down

0 comments on commit bc89025

Please sign in to comment.