Skip to content

Commit a6e2221

Browse files
authored
Merge pull request #14066 from grails/homespec-test-pendingfeature
Remove @PendingFeature from HomeSpec, now that it passes
2 parents d495ae5 + f9e7d93 commit a6e2221

File tree

1 file changed

+0
-1
lines changed
  • grails-test-examples/app1/src/integration-test/groovy/functionaltests

1 file changed

+0
-1
lines changed

grails-test-examples/app1/src/integration-test/groovy/functionaltests/HomeSpec.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import spock.lang.PendingFeature
88
@Integration(applicationClass = Application)
99
class HomeSpec extends ContainerGebSpec {
1010

11-
@PendingFeature(reason = 'Pending fix for https://github.com/grails/grails-core/issues/13846')
1211
void "Test the home page renders correctly"() {
1312
when:"The home page is visited"
1413
go '/'

0 commit comments

Comments
 (0)