1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

enable test

This commit is contained in:
shivdudhani 2019-06-17 18:35:40 -07:00
parent 640ffd7258
commit 860d2f8df1

View file

@ -61,7 +61,6 @@ func newFixture(t *testing.T) *fixture {
}
func TestCRUDResource(t *testing.T) {
// t.Skip("Under Development. Reason: delay in generation of resources, so test fails at times")
f := newFixture(t)
// Get Resource
_, err := f.client.GetResource("thekinds", "ns-foo", "name-foo")
@ -119,8 +118,6 @@ func TestCSRInterface(t *testing.T) {
}
func TestGenerateResource(t *testing.T) {
// t.Skip("Under Development. Reason: delay in generation of resources, so test fails at times")
f := newFixture(t)
//GenerateResource -> copy From
// 1 create namespace