From: Arpit Singh Date: Wed, 12 Nov 2025 12:29:00 +0000 (+0530) Subject: Task 3: Get delta between an anchor and JSON payload with grouping enabled X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=72a3c2cd415c8b3fc821eaa5ab462ec9e131a471;p=cps.git Task 3: Get delta between an anchor and JSON payload with grouping enabled Remove @Ignore from the third Delta Report performance test (Get delta between an anchor and JSON payload with grouping enabled) Jenkins build remains stable or fails due to this test. Purpose: This change is part of an investigation to identify which Delta Report performance test is causing the build failures. Issue-ID: CPS-3033 Change-Id: I17ed5a52657675e9e2d1c0d75033246f09715060 Signed-off-by: Arpit Singh --- 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 c9869ad42a..00e145f51f 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 @@ -83,7 +83,6 @@ class DeltaPerfTest extends CpsPerfTestBase{ 'all descendants' | '/openroadm-devices' | INCLUDE_ALL_DESCENDANTS || 20.0 } - @Ignore def 'Get delta between an anchor and JSON payload with grouping enabled and #scenario'() { when: 'attempt to get delta between an anchor and JSON payload' resourceMeter.start()