diff --git a/grails-test-examples/app1/src/integration-test/groovy/functionaltests/HomeSpec.groovy b/grails-test-examples/app1/src/integration-test/groovy/functionaltests/HomeSpec.groovy index fea882f8633..e05a01c5d25 100644 --- a/grails-test-examples/app1/src/integration-test/groovy/functionaltests/HomeSpec.groovy +++ b/grails-test-examples/app1/src/integration-test/groovy/functionaltests/HomeSpec.groovy @@ -8,7 +8,6 @@ import spock.lang.PendingFeature @Integration(applicationClass = Application) class HomeSpec extends ContainerGebSpec { - @PendingFeature(reason = 'Pending fix for https://github.com/grails/grails-core/issues/13846') void "Test the home page renders correctly"() { when:"The home page is visited" go '/'