diff --git a/images/macos/tests/Java.Tests.ps1 b/images/macos/tests/Java.Tests.ps1 index 340e0ef98..beeedf228 100644 --- a/images/macos/tests/Java.Tests.ps1 +++ b/images/macos/tests/Java.Tests.ps1 @@ -66,10 +66,6 @@ Describe "Java" { It "Gradle is installed to /usr/local/bin" { (Get-Command "gradle").Path | Should -BeExactly "/usr/local/bin/gradle" } - - It "Gradle is compatible with init.d plugins" { - "cd /tmp && gradle tasks" | Should -ReturnZeroExitCode - } } } } \ No newline at end of file