Merge pull request #119412 from marosset/mark-node-log-query-tests-linux-only

Mark existing NodeLogQuery e2e tests as [LinuxOnly] since they do not run on Windows
This commit is contained in:
Kubernetes Prow Robot 2023-07-20 09:12:09 -07:00 committed by GitHub
commit f9744df78b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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