Fix: Correct import statement for ignoring delta performance tests 54/142254/1
authorArpit Singh <AS00745003@techmahindra.com>
Fri, 10 Oct 2025 10:12:31 +0000 (15:42 +0530)
committerArpit Singh <AS00745003@techmahindra.com>
Fri, 10 Oct 2025 10:12:31 +0000 (15:42 +0530)
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 <AS00745003@techmahindra.com>
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy

index 87e77c1..2ce89a1 100644 (file)
@@ -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