golint failure updates, and added skip check for non-windows

This commit is contained in:
Vy Ta 2019-01-08 10:11:35 -08:00
parent 8f858afe69
commit 765057765c
3 changed files with 7 additions and 0 deletions

View File

@ -749,6 +749,7 @@ test/e2e/ui
test/e2e/upgrades
test/e2e/upgrades/apps
test/e2e/upgrades/storage
test/e2e/windows
test/e2e_kubeadm
test/e2e_node
test/e2e_node/builder

View File

@ -121,6 +121,7 @@ filegroup(
"//test/e2e/testing-manifests:all-srcs",
"//test/e2e/ui:all-srcs",
"//test/e2e/upgrades:all-srcs",
"//test/e2e/windows:all-srcs"
],
tags = ["automanaged"],
)

View File

@ -40,6 +40,11 @@ var _ = SIGDescribe("[Feature:Windows] Density [Serial] [Slow]", func() {
f := framework.NewDefaultFramework("density-test-windows")
BeforeEach(func() {
// NOTE(vyta): these tests are Windows specific
framework.SkipUnlessNodeOSDistroIs("windows")
})
Context("create a batch of pods", func() {
// TODO(coufon): the values are generous, set more precise limits with benchmark data
// and add more tests