diff --git a/test/integration/test_quickstart_templates.py b/test/integration/test_quickstart_templates.py index 41058b29..d859b6d1 100644 --- a/test/integration/test_quickstart_templates.py +++ b/test/integration/test_quickstart_templates.py @@ -59,16 +59,6 @@ class TestQuickStartTemplates(BaseCliTestCase): 'filename': 'test/fixtures/templates/quickstart/openshift_master.yaml', 'results_filename': 'test/fixtures/results/quickstart/openshift_master.json', 'exit_code': 8, - }, - { - 'filename': 'test/fixtures/templates/quickstart/openshift.yaml', - 'results_filename': 'test/fixtures/results/quickstart/openshift.json', - 'exit_code': 14, - }, - { - 'filename': 'test/fixtures/templates/quickstart/cis_benchmark.yaml', - 'results_filename': 'test/fixtures/results/quickstart/cis_benchmark.json', - 'exit_code': 6, } ] diff --git a/test/integration/test_quickstart_templates_non_strict.py b/test/integration/test_quickstart_templates_non_strict.py index 7372fb0b..85637c91 100644 --- a/test/integration/test_quickstart_templates_non_strict.py +++ b/test/integration/test_quickstart_templates_non_strict.py @@ -19,16 +19,6 @@ class TestQuickStartTemplates(BaseCliTestCase): 'filename': 'test/fixtures/templates/quickstart/nist_application.yaml', 'results_filename': 'test/fixtures/results/quickstart/non_strict/nist_application.json', 'exit_code': 12, - }, - { - 'filename': 'test/fixtures/templates/quickstart/openshift.yaml', - 'results_filename': 'test/fixtures/results/quickstart/non_strict/openshift.json', - 'exit_code': 12, - }, - { - 'filename': 'test/fixtures/templates/quickstart/cis_benchmark.yaml', - 'results_filename': 'test/fixtures/results/quickstart/non_strict/cis_benchmark.json', - 'exit_code': 4, } ]