From 29300d20ca304beec7110267994031ca9c957253 Mon Sep 17 00:00:00 2001 From: ansgarz Date: Mon, 21 Feb 2022 22:40:59 +0100 Subject: [PATCH] remove ping test --- .../core/platformTest/UbuntuProvTest.kt | 17 ----------------- 1 file changed, 17 deletions(-) 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