mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
skip with under dev tag
This commit is contained in:
parent
987d005b73
commit
5e0b1670c4
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@ import (
|
|||
// }
|
||||
|
||||
func TestGenerate(t *testing.T) {
|
||||
t.Skip("Under development")
|
||||
folders := []string{
|
||||
"/Users/shiv/nirmata/code/go/src/github.com/nirmata/kyverno/examples/generate",
|
||||
}
|
||||
|
@ -21,6 +22,7 @@ func TestGenerate(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestMutateOverlay(t *testing.T) {
|
||||
t.Skip("Under development")
|
||||
folders := []string{
|
||||
"/Users/shiv/nirmata/code/go/src/github.com/nirmata/kyverno/examples/mutate/overlay",
|
||||
}
|
||||
|
@ -28,6 +30,7 @@ func TestMutateOverlay(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestMutatePatches(t *testing.T) {
|
||||
t.Skip("Under development")
|
||||
folders := []string{
|
||||
"/Users/shiv/nirmata/code/go/src/github.com/nirmata/kyverno/examples/mutate/patches",
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue