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
@lidel apologies for the slow response, it is not supported: that -skip is the regular go flag.
Skipping group of packages is not supported yet: golang/go#41583 (comment)
Your use case makes a lot of sense and I don't think we should wait for Golang to implement this feature (it probably makes less sense for the "average" use case of go tests). I'll look into implementing this feature.
i was trying to run tests on CI (ipfs-inactive/bifrost-gateway#190) with
When run, only one of them was excluded.
I worked around it with regex (since bothe differ in HEAD/GET):
but we should make it possible for people running test suite to exclude more than one pattern, as they may want to exclude multiple unrelated ones.
The text was updated successfully, but these errors were encountered: