Fixes kubectl apply tests to run; updates broken tests

This commit is contained in:
Sean R. Sullivan
2020-03-30 15:00:42 -07:00
parent fce286e227
commit 4ca2d5a9da
2 changed files with 25 additions and 37 deletions

View File

@@ -506,6 +506,7 @@ runTests() {
if kube::test::if_supports_resource "${pods}" ; then
record_command run_kubectl_apply_tests
record_command run_kubectl_server_side_apply_tests
record_command run_kubectl_run_tests
record_command run_kubectl_create_filter_tests
fi