From bff43ed52763582d2a7aef6e06144801713e5f4f Mon Sep 17 00:00:00 2001 From: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> Date: Fri, 23 May 2025 07:53:46 -0700 Subject: [PATCH] Add references to GitHub issues --- context_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/context_test.go b/context_test.go index e1849472..650219eb 100644 --- a/context_test.go +++ b/context_test.go @@ -1851,6 +1851,8 @@ func TestContextContentType(t *testing.T) { func TestContextBindRequestTooLarge(t *testing.T) { // Disabling this test when using sonic or go-json as JSON encoder because it doesn't cascade the error correctly + // https://github.com/goccy/go-json/issues/485 + // https://github.com/bytedance/sonic/issues/800 switch json.Package { case "github.com/goccy/go-json", "github.com/bytedance/sonic": t.Skip()