File tree 2 files changed +3
-0
lines changed
plugin/src/test/groovy/grails/plugin/springsecurity
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 29
29
with :
30
30
arguments : |
31
31
check
32
+ --refresh-dependencies
32
33
-Dgeb.env=chromeHeadless
33
34
34
35
functional-test :
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import org.springframework.security.authentication.UsernamePasswordAuthenticatio
6
6
import org.springframework.security.core.Authentication
7
7
import org.springframework.security.core.authority.SimpleGrantedAuthority
8
8
import org.springframework.security.web.access.WebInvocationPrivilegeEvaluator
9
+ import spock.lang.Ignore
9
10
import spock.lang.Specification
10
11
11
12
class SecurityTagLibUnitSpec extends Specification implements TagLibUnitTest<SecurityTagLib > {
@@ -92,6 +93,7 @@ class SecurityTagLibUnitSpec extends Specification implements TagLibUnitTest<Sec
92
93
currentUri == " /${ CONTROLLER} /${ ACTION} "
93
94
}
94
95
96
+ @Ignore // https://github.com/grails/grails-core/issues/13690
95
97
void " test no removal of context path from uri generated by linkGenerator with no contextPath config" () {
96
98
given :
97
99
tagLib. serverContextPath = null
You can’t perform that action at this time.
0 commit comments