diff --git a/wirebson/bson_test.go b/wirebson/bson_test.go index 1bf3e38..6141832 100644 --- a/wirebson/bson_test.go +++ b/wirebson/bson_test.go @@ -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