From d0be37b9b63301e2fd65307ce4ed2d2edbad6f61 Mon Sep 17 00:00:00 2001
From: Jorge Moratinos Salcines <jorge.moratinossalcines@telefonica.com>
Date: Tue, 15 Apr 2025 16:36:00 +0200
Subject: [PATCH] Remove ACL supported Features tests and reorder tests
 numbering

---
 doc/releasenotes.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/releasenotes.md b/doc/releasenotes.md
index 106b2cef..74daf19b 100644
--- a/doc/releasenotes.md
+++ b/doc/releasenotes.md
@@ -13,6 +13,7 @@
 ### **Testing**
 
 - New Event Filter test suite with 8 tests. [Event Filter test suite](./testing/testplan/event_filter/README.md)
+- Removed supported Feature negotiation test because currently spec (v18.7.0) not support any feature.
 
 
 ### **Technical Debt Solved**
@@ -57,6 +58,7 @@ This will also helps on the restart issue on k8s deployed OpenCAPIF.
 - New tests related with [Vendor Extensibility](./testing/testplan/vendor_extensibility/README.md)
 - [Security Service Testplan](./testing/testplan/api_security_service/README.md) updated according to new features and Technical debts.
 - New test on [Security Service Testplan](./testing/testplan/api_security_service/README.md) related with PKI security Method flow, GET request to security perform by AEF must returns CA_Root on authenticationInfo attribute at SecurityInfo.
+- Removed supported Feature negotiation test of [API Access Control Policy](./testing/testplan/api_access_control_policy/README.md), because currently spec (v18.7.0) not support any feature.
 
 ## **Release 2.0.0**
 
-- 
GitLab