Skip to content

Commit

Permalink
Merge pull request kubernetes#119412 from marosset/mark-node-log-quer…
Browse files Browse the repository at this point in the history
…y-tests-linux-only

Mark existing NodeLogQuery e2e tests as [LinuxOnly] since they do not run on Windows
  • Loading branch information
k8s-ci-robot committed Jul 20, 2023
2 parents f61a0e4 + b5012ba commit f9744df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/node/kubelet.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ var _ = SIGDescribe("kubelet", func() {
})

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

0 comments on commit f9744df

Please sign in to comment.