Delete empty test (#17467)

This commit is contained in:
Violet Hynes 2022-10-07 14:11:52 -04:00 committed by GitHub
parent 50a1f9e86a
commit c4940e3c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {