Merge pull request #116423 from ffromani/e2e-podres-node-conformance

e2e: podresources: promote platform-independent test as NodeConformance
This commit is contained in:
Kubernetes Prow Robot 2023-03-10 00:06:52 -08:00 committed by GitHub
commit 08fbe92fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -821,7 +821,7 @@ var _ = SIGDescribe("POD Resources [Serial] [Feature:PodResources][NodeFeature:P
})
})
ginkgo.Context("when querying /metrics", func() {
ginkgo.Context("when querying /metrics [NodeConformance]", func() {
ginkgo.BeforeEach(func(ctx context.Context) {
// ensure APIs have been called at least once
endpoint, err := util.LocalEndpoint(defaultPodResourcesPath, podresources.Socket)