1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/pkg/testrunner/testrunner_test.go

10 lines
209 B
Go
Raw Normal View History

2019-06-17 18:11:22 -07:00
package testrunner
import "testing"
2019-07-01 12:16:12 -07:00
func TestCLI(t *testing.T) {
//https://github.com/nirmata/kyverno/issues/301
t.Skip("skipping testrunner as this needs a re-design")
2019-07-01 12:16:12 -07:00
runner(t, "/test/scenarios/cli")
}