Mark remaining e2e_node tests with [sig-*] label

This commit is contained in:
wojtekt
2021-02-22 19:53:33 +01:00
parent f4801a7c85
commit a74737eb03
33 changed files with 114 additions and 41 deletions

View File

@@ -35,7 +35,7 @@ const (
logContainerName = "logger"
)
var _ = framework.KubeDescribe("ContainerLogPath [NodeConformance]", func() {
var _ = SIGDescribe("ContainerLogPath [NodeConformance]", func() {
f := framework.NewDefaultFramework("kubelet-container-log-path")
var podClient *framework.PodClient