mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Skip test if ssh is not supported by provider
On local vagrant cluster this test is failing because there is no ssh support.
This commit is contained in:
@@ -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 = `
|
||||
|
Reference in New Issue
Block a user