From 8ec15ad93724518b5432b48b6d1d2f248492b01a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Fri, 24 Jun 2016 16:36:07 +0200 Subject: [PATCH] Skip test if ssh is not supported by provider On local vagrant cluster this test is failing because there is no ssh support. --- test/e2e/node_problem_detector.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/node_problem_detector.go b/test/e2e/node_problem_detector.go index 9b49948cbb8..be80f5a7d90 100644 --- a/test/e2e/node_problem_detector.go +++ b/test/e2e/node_problem_detector.go @@ -86,6 +86,7 @@ var _ = framework.KubeDescribe("NodeProblemDetector", func() { } BeforeEach(func() { + framework.SkipUnlessProviderIs(framework.ProvidersWithSSH...) // Randomize the source name to avoid conflict with real node problem detector source = "kernel-monitor-" + uid config = `