Skip to content

Commit

Permalink
fix: e2e invalid label
Browse files Browse the repository at this point in the history
Signed-off-by: jonpan <[email protected]>
  • Loading branch information
Panlq committed Nov 6, 2023
1 parent ca091d5 commit 44e9ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/manager/preheat.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ var _ = Describe("Preheat with manager", func() {
}
})

It("preheat image for linux/amd64 platform should be ok", Label("preheat", "image", "platform", "linux/amd64"), func() {
It("preheat image for linux/amd64 platform should be ok", Label("preheat", "image"), func() {
url := "https://index.docker.io/v2/dragonflyoss/scheduler/manifests/v2.1.0"
fmt.Println("download image: " + url)

Expand Down Expand Up @@ -196,7 +196,7 @@ var _ = Describe("Preheat with manager", func() {
}
})

It("preheat image for linux/arm64 platform should be ok", Label("preheat", "image", "platform", "linux/arm64"), func() {
It("preheat image for linux/arm64 platform should be ok", Label("preheat", "image"), func() {
url := "https://index.docker.io/v2/dragonflyoss/scheduler/manifests/v2.1.0"
fmt.Println("download image: " + url)

Expand Down

0 comments on commit 44e9ec3

Please sign in to comment.