From c4940e3c3b50ecfec3e263ba3bc8a117b9ca33c0 Mon Sep 17 00:00:00 2001 From: Violet Hynes Date: Fri, 7 Oct 2022 14:11:52 -0400 Subject: [PATCH] Delete empty test (#17467) --- sdk/plugin/grpc_system_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sdk/plugin/grpc_system_test.go b/sdk/plugin/grpc_system_test.go index 8d4de0afa8..5775453455 100644 --- a/sdk/plugin/grpc_system_test.go +++ b/sdk/plugin/grpc_system_test.go @@ -106,10 +106,6 @@ func TestSystem_GRPC_replicationState(t *testing.T) { } } -func TestSystem_GRPC_responseWrapData(t *testing.T) { - t.SkipNow() -} - func TestSystem_GRPC_lookupPlugin(t *testing.T) { sys := logical.TestSystemView() client, _ := plugin.TestGRPCConn(t, func(s *grpc.Server) {