Skip to content

Commit

Permalink
Merge pull request #266 from grails/matrei/tmp-disable-regression-13846
Browse files Browse the repository at this point in the history
Temporarily Disable Failing Test for issue 13846
  • Loading branch information
matrei authored Nov 16, 2024
2 parents 934d3f8 + 587c8a2 commit 6fa6577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ package functionaltests

import grails.plugin.geb.ContainerGebSpec
import grails.testing.mixin.integration.Integration
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 '/'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package demo

class UrlMappings {
static mappings = {
"/"(controller:"alpha", aciton:'shouldNotHappen')
"/"(controller:"alpha", action:'shouldNotHappen')
}
}

0 comments on commit 6fa6577

Please sign in to comment.