diff --git a/jgiven-gradle-plugin/src/test/groovy/com/tngtech.jgiven.gradle/JGivenPluginShould.groovy b/jgiven-gradle-plugin/src/test/groovy/com/tngtech.jgiven.gradle/JGivenPluginShould.groovy index b18585da103..24b7e822365 100644 --- a/jgiven-gradle-plugin/src/test/groovy/com/tngtech.jgiven.gradle/JGivenPluginShould.groovy +++ b/jgiven-gradle-plugin/src/test/groovy/com/tngtech.jgiven.gradle/JGivenPluginShould.groovy @@ -40,7 +40,7 @@ class JGivenPluginShould extends Specification { when: def result = GradleRunner.create() .withProjectDir(testProjectDir) - .withArguments("--configuration-cache", "test", "jgivenTestReport", "-S", "--info", "--no-daemon", "-Dorg.gradle.debug=true" ) + .withArguments("--configuration-cache", "test", "jgivenTestReport", "-S", "--info" ) .withPluginClasspath() .build()