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>
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