Skip to content

Commit e99868c

Browse files
author
Erin
committed
Changed e2e ignore annotation from junit to spock ignore.
1 parent 43da509 commit e99868c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

e2e-tests/src/test/groovy/org/cedar/onestop/LoadAndSearchTests.groovy

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package org.cedar.onestop
22

33
import org.junit.ClassRule
4-
import org.junit.Ignore
54
import org.junit.Test
65
import org.springframework.core.io.ClassPathResource
76
import org.springframework.http.HttpStatus
@@ -15,7 +14,7 @@ import spock.lang.Specification
1514
import spock.util.concurrent.PollingConditions
1615
import groovy.json.JsonSlurper
1716

18-
@Ignore
17+
@spock.lang.Ignore
1918
class LoadAndSearchTests extends Specification {
2019

2120
@Shared

0 commit comments

Comments
 (0)