From 2eab75337b6d318aaa357179d75ef91d4615abce Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Mon, 12 Apr 2021 17:58:58 +0300 Subject: [PATCH] [macOS] Remove gradle test (#3163) --- images/macos/tests/Java.Tests.ps1 | 4 ---- 1 file changed, 4 deletions(-) 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