From 72a3c2cd415c8b3fc821eaa5ab462ec9e131a471 Mon Sep 17 00:00:00 2001 From: Arpit Singh Date: Wed, 12 Nov 2025 17:59:00 +0530 Subject: [PATCH] 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 --- .../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 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() -- 2.16.6