Uncomment TestNorthwindJoinEverythingJsonSonic since sonic library bug is fixed now.

This commit is contained in:
go-jet 2025-03-31 20:04:31 +02:00
parent a8c468bc8a
commit acd1aa2078

View file

@ -119,12 +119,11 @@ func BenchmarkTestNorthwindJoinEverythingSonicJson(b *testing.B) {
}) })
} }
// uncomment when bug is fixed: https://github.com/bytedance/sonic/issues/774 func TestNorthwindJoinEverythingJsonSonic(t *testing.T) {
//func TestNorthwindJoinEverythingJsonSonic(t *testing.T) { useJsonUnmarshalFunc(sonic.Unmarshal, func() {
// useJsonUnmarshalFunc(sonic.Unmarshal, func() { testNorthwindJoinEverythingJson(t)
// testNorthwindJoinEverythingJson(t) })
// }) }
//}
func testNorthwindJoinEverythingJson(t require.TestingT) { func testNorthwindJoinEverythingJson(t require.TestingT) {