From 6b02c2c53b566724780ad117e2a40aa293f3ba1c Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Thu, 18 Jan 2024 14:21:23 -0500 Subject: [PATCH] Disable CI test for AWXMeshIngress TODO: fix this --- .../default/tasks/awxmeshingress_test.yml | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/molecule/default/tasks/awxmeshingress_test.yml b/molecule/default/tasks/awxmeshingress_test.yml index 6b1dadeb..9b18d895 100644 --- a/molecule/default/tasks/awxmeshingress_test.yml +++ b/molecule/default/tasks/awxmeshingress_test.yml @@ -1,18 +1,19 @@ ---- -- name: Create the awx.ansible.com/v1alpha1.AWXMeshIngress - k8s: - state: present - namespace: '{{ namespace }}' - definition: "{{ lookup('template', '/'.join([samples_dir, cr_file])) | from_yaml }}" - wait: yes - wait_timeout: 300 - wait_condition: - type: Successful - status: "True" - vars: - cr_file: 'awx_v1alpha1_awxmeshingress.yaml' +# TODO: Add tests for AWXMeshIngress +# --- +# - name: Create the awx.ansible.com/v1alpha1.AWXMeshIngress +# k8s: +# state: present +# namespace: '{{ namespace }}' +# definition: "{{ lookup('template', '/'.join([samples_dir, cr_file])) | from_yaml }}" +# wait: yes +# wait_timeout: 300 +# wait_condition: +# type: Successful +# status: "True" +# vars: +# cr_file: 'awx_v1alpha1_awxmeshingress.yaml' -- name: Add assertions here - assert: - that: false - fail_msg: FIXME Add real assertions for your operator +# - name: Add assertions here +# assert: +# that: false +# fail_msg: FIXME Add real assertions for your operator