Skip to content

Commit cfcdbd8

Browse files
committed
Temporarily ignore test
1 parent 75f5e19 commit cfcdbd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/src/test/groovy/grails/plugin/springsecurity/SecurityTagLibUnitSpec.groovy

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import org.springframework.security.authentication.UsernamePasswordAuthenticatio
66
import org.springframework.security.core.Authentication
77
import org.springframework.security.core.authority.SimpleGrantedAuthority
88
import org.springframework.security.web.access.WebInvocationPrivilegeEvaluator
9+
import spock.lang.Ignore
910
import spock.lang.Specification
1011

1112
class SecurityTagLibUnitSpec extends Specification implements TagLibUnitTest<SecurityTagLib> {
@@ -92,6 +93,7 @@ class SecurityTagLibUnitSpec extends Specification implements TagLibUnitTest<Sec
9293
currentUri == "/${CONTROLLER}/${ACTION}"
9394
}
9495

96+
@Ignore // https://github.com/grails/grails-core/issues/13690
9597
void "test no removal of context path from uri generated by linkGenerator with no contextPath config"() {
9698
given:
9799
tagLib.serverContextPath = null

0 commit comments

Comments
 (0)