Verify the import statement for @Ignore. It should be imported from spock library instead of JUnit:
import spock.lang.Ignore
instead of
import org.junit.Ignore
Verify the import statement for @Ignore. It should be imported from spock library instead of JUnit:
import spock.lang.Ignore
instead of
import org.junit.Ignore