diff --git a/src/test/kotlin/org/domaindrivenarchitecture/provs/framework/core/platformTest/UbuntuProvTest.kt b/src/test/kotlin/org/domaindrivenarchitecture/provs/framework/core/platformTest/UbuntuProvTest.kt index 8020adc..bf2fff7 100644 --- a/src/test/kotlin/org/domaindrivenarchitecture/provs/framework/core/platformTest/UbuntuProvTest.kt +++ b/src/test/kotlin/org/domaindrivenarchitecture/provs/framework/core/platformTest/UbuntuProvTest.kt @@ -17,23 +17,6 @@ import org.junit.jupiter.api.Test internal class UbuntuProvTest { - private fun Prov.ping(url: String) = def { - xec("ping", "-c", "2", url) - } - - private fun Prov.outerPing() = def { - ping("gitlab.com") - } - - @Test - fun that_ping_works() { - // when - val res = testLocal().outerPing() - - // then - assert(res.success) - } - @Test fun that_cmd_works() { // given