Delete empty test (#17467)

This commit is contained in:
Violet Hynes 2022-10-07 14:11:52 -04:00 committed by GitHub
parent 2c9b29ab42
commit 4ba81e4174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

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