You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: