From 4ba81e4174658d3787b1a2be1a136ee683190a4e 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 8d4de0afa..577545345 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) {