Skip to content

Commit 08fbe92

Browse files
authored
Merge pull request kubernetes#116423 from ffromani/e2e-podres-node-conformance
e2e: podresources: promote platform-independent test as NodeConformance
2 parents 2505053 + 5ca235e commit 08fbe92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_node/podresources_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ var _ = SIGDescribe("POD Resources [Serial] [Feature:PodResources][NodeFeature:P
821821
})
822822
})
823823

824-
ginkgo.Context("when querying /metrics", func() {
824+
ginkgo.Context("when querying /metrics [NodeConformance]", func() {
825825
ginkgo.BeforeEach(func(ctx context.Context) {
826826
// ensure APIs have been called at least once
827827
endpoint, err := util.LocalEndpoint(defaultPodResourcesPath, podresources.Socket)

0 commit comments

Comments
 (0)