Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore demo 33 #433

Merged
merged 12 commits into from
Sep 30, 2024
Merged

Restore demo 33 #433

merged 12 commits into from
Sep 30, 2024

Conversation

jamesfredley
Copy link
Contributor

@jamesfredley jamesfredley commented Sep 29, 2024

Requires #435 to be merged first

Ignores 2 new failing tests with @PendingFeature or @Ignore

list of failing tests: https://github.com/grails/grails-testing-support/pull/433/files

issue: #434

@jamesfredley jamesfredley linked an issue Sep 29, 2024 that may be closed by this pull request
@jamesfredley jamesfredley self-assigned this Sep 29, 2024
@@ -72,7 +72,7 @@ subprojects { project ->
apply plugin: "groovy"
if (project.name.startsWith("examples")) {
apply plugin: "org.grails.grails-web"
apply plugin: "org.grails.plugins.views-json"
//apply plugin: "org.grails.plugins.views-json"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not required for tests here, issue: grails/grails-views#587

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is used to compile examples/demo33/grails-app/views/json/index.gson

examples/demo33/build.gradle Outdated Show resolved Hide resolved
@@ -72,7 +72,7 @@ subprojects { project ->
apply plugin: "groovy"
if (project.name.startsWith("examples")) {
apply plugin: "org.grails.grails-web"
apply plugin: "org.grails.plugins.views-json"
//apply plugin: "org.grails.plugins.views-json"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is used to compile examples/demo33/grails-app/views/json/index.gson

@sdelamo sdelamo removed their request for review September 30, 2024 05:19
@jamesfredley
Copy link
Contributor Author

-Dgeb.env=chromeHeadless was required for that last test to complete on github actions

@jamesfredley jamesfredley merged commit f938bff into 4.0.x Sep 30, 2024
4 checks passed
@jamesfredley jamesfredley deleted the restore-demo-33 branch September 30, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

enable examples-demo33 test project
2 participants