This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch grails-geb in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 8323afc952eb2e4b9b93a2e2f21bb6d7aa20cd3e Author: James Daugherty <[email protected]> AuthorDate: Sun Apr 20 20:21:56 2025 -0400 Remove duplicate test that's causing tests to run twice --- gradle/test-config.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gradle/test-config.gradle b/gradle/test-config.gradle index b2194d9047..6862fd7bc3 100644 --- a/gradle/test-config.gradle +++ b/gradle/test-config.gradle @@ -65,9 +65,3 @@ tasks.withType(Test).configureEach { } } -tasks.register('singleTest', Test).configure { Test it -> - it.description = 'Task for running a single test with -DsingleTest.single=TestName singleTest' - if (System.getProperty('debug.tests')) { - it.jvmArgs += debugArguments - } -}
