Skip to content

Commit f9744df

Browse files
authored
Merge pull request kubernetes#119412 from marosset/mark-node-log-query-tests-linux-only
Mark existing NodeLogQuery e2e tests as [LinuxOnly] since they do not run on Windows
2 parents f61a0e4 + b5012ba commit f9744df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/node/kubelet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ var _ = SIGDescribe("kubelet", func() {
455455
})
456456

457457
// Tests for NodeLogQuery feature
458-
ginkgo.Describe("kubectl get --raw \"/api/v1/nodes/<insert-node-name-here>/proxy/logs/?query=/<insert-log-file-name-here> [Feature:NodeLogQuery]", func() {
458+
ginkgo.Describe("kubectl get --raw \"/api/v1/nodes/<insert-node-name-here>/proxy/logs/?query=/<insert-log-file-name-here> [Feature:NodeLogQuery] [LinuxOnly]", func() {
459459
var (
460460
numNodes int
461461
nodeNames sets.String

0 commit comments

Comments
 (0)