Currently, there's no way to skip tests that require storage. This will cause go test to fail every time. There should be a default behaviour that skips the storage tests and one that includes them.
One option would be with testing.Short, another is to pass ginkgo arg like --storage=true and skip/mark as pending.
Oracle Cloud Infrastructure Service Broker is an open source implementation of Open service broker API Spec for OCI services. Customers can use this implementation to install Open Service Broker in Oracle Container Engine for Kubernetes or in other Kubernetes clusters.
Currently, there's no way to skip tests that require storage. This will cause
go testto fail every time. There should be a default behaviour that skips the storage tests and one that includes them.One option would be with
testing.Short, another is to pass ginkgo arg like--storage=trueand skip/mark as pending.