From f9e7d9326bfc4c0ee4eebc36ca48c80a3a500548 Mon Sep 17 00:00:00 2001 From: James Fredley Date: Wed, 12 Mar 2025 20:34:26 -0400 Subject: [PATCH] Remove pendingfeature from HomeSpec, now that it passes --- .../src/integration-test/groovy/functionaltests/HomeSpec.groovy | 1 - 1 file changed, 1 deletion(-) 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 '/'