From 39c88ac14d655b4aad587d6137c62014b8890f8d Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Thu, 9 Jan 2025 13:36:04 +0300 Subject: [PATCH] client: Refer skipped unit test to the corresponding issue Signed-off-by: Leonard Lyubich --- client/object_search_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/object_search_test.go b/client/object_search_test.go index 7176cf5b..0ce9f9b7 100644 --- a/client/object_search_test.go +++ b/client/object_search_test.go @@ -450,7 +450,7 @@ func TestClient_ObjectSearch(t *testing.T) { require.Equal(t, join(chunks[:n-1]), read) }) t.Run("payloads", func(t *testing.T) { - t.Skip("") + t.Skip("https://github.com/nspcc-dev/neofs-sdk-go/issues/657") type testcase = struct { name, msg string corrupt func(valid *protoobject.SearchResponse_Body) // with 3 valid IDs