From 7a5e42f331e59917a1d4c450c42eced8c6458746 Mon Sep 17 00:00:00 2001 From: GM001016278 Date: Tue, 20 Jan 2026 16:59:51 +0530 Subject: [PATCH] Reincluding the test case for Delta report performance tests. Issue-ID: CPS-3131 Change-Id: Iffb68e0beb6f90df26a50c78f798368500facbd9 Signed-off-by: GM001016278 --- .../groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy index 4ff8ccb856..8c7d48f678 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy @@ -77,7 +77,6 @@ class DeltaPerfTest extends CpsPerfTestBase{ 'all descendants' | '/' | INCLUDE_ALL_DESCENDANTS || 23.0 } - @Ignore def 'Get delta between 2 anchors with grouping disabled and #scenario'() { when: 'attempt to get delta between two 2 anchors' resourceMeter.start() -- 2.16.6