We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43da509 commit e99868cCopy full SHA for e99868c
e2e-tests/src/test/groovy/org/cedar/onestop/LoadAndSearchTests.groovy
@@ -1,7 +1,6 @@
1
package org.cedar.onestop
2
3
import org.junit.ClassRule
4
-import org.junit.Ignore
5
import org.junit.Test
6
import org.springframework.core.io.ClassPathResource
7
import org.springframework.http.HttpStatus
@@ -15,7 +14,7 @@ import spock.lang.Specification
15
14
import spock.util.concurrent.PollingConditions
16
import groovy.json.JsonSlurper
17
18
-@Ignore
+@spock.lang.Ignore
19
class LoadAndSearchTests extends Specification {
20
21
@Shared
0 commit comments