mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #28023 from lukaszo/e2e_node_problem
Automatic merge from submit-queue Skip test if ssh is not supported by provider
This commit is contained in:
commit
7e670fb847
@ -86,6 +86,7 @@ var _ = framework.KubeDescribe("NodeProblemDetector", func() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
|
framework.SkipUnlessProviderIs(framework.ProvidersWithSSH...)
|
||||||
// Randomize the source name to avoid conflict with real node problem detector
|
// Randomize the source name to avoid conflict with real node problem detector
|
||||||
source = "kernel-monitor-" + uid
|
source = "kernel-monitor-" + uid
|
||||||
config = `
|
config = `
|
||||||
|
Loading…
Reference in New Issue
Block a user