We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e43671 commit 014adecCopy full SHA for 014adec
1 file changed
test/e2e/e2e_test.go
@@ -233,13 +233,11 @@ var _ = ginkgo.Describe("Run end to end tests", func() {
233
for _, tc := range []struct {
234
name string
235
config string
236
- label string
237
}{
238
- {"deprecated pd-profile-handler", deprecatedPdConfig, deprecatedPDTestLabel},
239
- {"disagg-profile-handler", pdConfig, disaggTestLabel},
+ {"deprecated pd-profile-handler", deprecatedPdConfig},
+ {"disagg-profile-handler", pdConfig},
240
} {
241
config := tc.config // capture for closure
242
- label := tc.label
243
ginkgo.When("Running a PD configuration with shared-storage connector using "+tc.name, ginkgo.Ordered, testWrapper(func() {
244
ginkgo.It("should run regular (non-streaming) requests successfully", func() {
245
infPoolObjects := createInferencePool(1)
0 commit comments