Skip to content

Commit b7b7e55

Browse files
committed
Add acceptannce tests for caching of references
1 parent c1436a8 commit b7b7e55

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

acceptance.bats

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,4 @@ resetCacheFolder() {
358358
@test "passes when trying to use a CRD that does not have the JSONSchema set" {
359359
run bash -c "bin/kubeconform -schema-location default -schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' fixtures/httpproxy.yaml"
360360
[ "$status" -eq 0 ]
361-
}
362-
363-
# https://github.com/yannh/kubeconform/pull/309
364-
@test "passes when validating duration not in ISO8601" {
365-
run bash -c "./bin/kubeconform -schema-location ./fixtures/grafanaalertrulegroup_v1beta1.json ./fixtures/grafana-alert-rule-group-sample.yaml"
366-
[ "$status" -eq 0 ]
367-
}
361+
}

0 commit comments

Comments
 (0)