From: Arpit Singh Date: Fri, 10 Oct 2025 10:12:31 +0000 (+0530) Subject: Fix: Correct import statement for ignoring delta performance tests X-Git-Tag: 3.7.2~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cf8d4dec598cafe4b61a1d1adffbb6ad8187ecf5;p=cps.git Fix: Correct import statement for ignoring delta performance tests Changed the import statement to spock.lang.Ignore to ignore delta performance tests correctly. Issue-ID: CPS-2997 Change-Id: I1876ad229bd7c858820ab86a097d246b7cfcc135 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 87e77c172c..2ce89a1b4e 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 @@ -19,9 +19,9 @@ package org.onap.cps.integration.performance.cps -import org.junit.Ignore import org.onap.cps.api.CpsDeltaService import org.onap.cps.integration.performance.base.CpsPerfTestBase +import spock.lang.Ignore import static org.onap.cps.api.parameters.FetchDescendantsOption.DIRECT_CHILDREN_ONLY import static org.onap.cps.api.parameters.FetchDescendantsOption.INCLUDE_ALL_DESCENDANTS