mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
enable test
This commit is contained in:
parent
640ffd7258
commit
860d2f8df1
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue