Skip to content

Commit 014adec

Browse files
committed
Removed extraneous label setup
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent 8e43671 commit 014adec

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

test/e2e/e2e_test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,11 @@ var _ = ginkgo.Describe("Run end to end tests", func() {
233233
for _, tc := range []struct {
234234
name string
235235
config string
236-
label string
237236
}{
238-
{"deprecated pd-profile-handler", deprecatedPdConfig, deprecatedPDTestLabel},
239-
{"disagg-profile-handler", pdConfig, disaggTestLabel},
237+
{"deprecated pd-profile-handler", deprecatedPdConfig},
238+
{"disagg-profile-handler", pdConfig},
240239
} {
241240
config := tc.config // capture for closure
242-
label := tc.label
243241
ginkgo.When("Running a PD configuration with shared-storage connector using "+tc.name, ginkgo.Ordered, testWrapper(func() {
244242
ginkgo.It("should run regular (non-streaming) requests successfully", func() {
245243
infPoolObjects := createInferencePool(1)

0 commit comments

Comments
 (0)