From 551bd85ab0cbda457405d56d5e41affdd7d144c2 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Tue, 9 Jun 2020 08:54:00 +0300 Subject: [PATCH] improve skip test warning Signed-off-by: Jari Kolehmainen --- spec/integration/specs/app_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/specs/app_spec.ts b/spec/integration/specs/app_spec.ts index b3f14debc9..414c3288bd 100644 --- a/spec/integration/specs/app_spec.ts +++ b/spec/integration/specs/app_spec.ts @@ -28,7 +28,7 @@ describe("app start", () => { it('allows to add a cluster', async () => { const status = spawnSync("minikube status", {shell: true}) if (status.status !== 0) { - console.warn("skipping test") + console.warn("minikube not running, skipping test") return } await clickWhatsNew(app)