From 7ab2ade0fde38a426b66fcefb8c805211ff83dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Thu, 15 Feb 2024 15:47:17 +0100 Subject: [PATCH] Remove references test This test tests if a rule.yml contains the specific references. We started to generated these reference types from control files therefore they stop being present in rule.ymls and we can't use this test. --- tests/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 78344868f7c..eaac24d4769 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -252,10 +252,6 @@ endmacro() if(PYTHON_VERSION_MAJOR GREATER 2 AND SSG_PRODUCT_RHEL9) - ssg_refcheck_test("rhel9" "ccn_basic" "ccn") - ssg_refcheck_test("rhel9" "ccn_advanced" "ccn") - # This exclude can be removed once enable_authselect has a stigid - ssg_refcheck_test("rhel9" "stig" "stigid" "enable_authselect") stig_srg_mapping_test("rhel9") endif()