From efdad37ece7523e635e5d944b1cb03a3cdda0186 Mon Sep 17 00:00:00 2001 From: Nassim Tabchiche Date: Wed, 4 Dec 2024 16:46:02 +0100 Subject: [PATCH] Comment out CSF function tests for reference controls These have not been set in the DOC POL library, causing errors during functional tests. --- frontend/tests/utils/test-data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/tests/utils/test-data.ts b/frontend/tests/utils/test-data.ts index 0a1a7989cc..3af3cf2b46 100644 --- a/frontend/tests/utils/test-data.ts +++ b/frontend/tests/utils/test-data.ts @@ -250,7 +250,7 @@ export default { referenceControl: { name: 'POL.PHYSICAL - Physical security policy', category: 'policy', - csf_function: 'govern', + // csf_function: 'govern', library: { name: 'Documents and policies', ref: 'doc-pol', @@ -261,7 +261,7 @@ export default { referenceControl2: { name: 'DOC.CONTROLS - Controls accountability matrix', category: 'process', - csf_function: 'protect', + // csf_function: 'protect', library: { name: 'Documents and policies', ref: 'doc-pol',