Skip to content

Commit

Permalink
Temporarily ignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Sep 26, 2024
1 parent 75f5e19 commit cfcdbd8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import org.springframework.security.authentication.UsernamePasswordAuthenticatio
import org.springframework.security.core.Authentication
import org.springframework.security.core.authority.SimpleGrantedAuthority
import org.springframework.security.web.access.WebInvocationPrivilegeEvaluator
import spock.lang.Ignore
import spock.lang.Specification

class SecurityTagLibUnitSpec extends Specification implements TagLibUnitTest<SecurityTagLib> {
Expand Down Expand Up @@ -92,6 +93,7 @@ class SecurityTagLibUnitSpec extends Specification implements TagLibUnitTest<Sec
currentUri == "/${CONTROLLER}/${ACTION}"
}

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

0 comments on commit cfcdbd8

Please sign in to comment.