Skip to content

Commit

Permalink
Mark existing NodeLogQuery e2e tests as [LinuxOnly] since they do not…
Browse files Browse the repository at this point in the history
… run on Windows

Signed-off-by: Mark Rossetti <marosset@microsoft.com>
  • Loading branch information
marosset committed Jul 18, 2023
1 parent 934589a commit b5012ba
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 b5012ba

Please sign in to comment.