Skip to content

Commit

Permalink
MGMT-19258: Add the missing [kube-api] label on subsystem tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanor committed Nov 13, 2024
1 parent 7a08e50 commit ab48bae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions subsystem/kubeapi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5337,7 +5337,7 @@ spec:
})
})

var _ = Describe("bmac reconcile flow", func() {
var _ = Describe("[kube-api]bmac reconcile flow", func() {
if !Options.EnableKubeAPI {
return
}
Expand Down Expand Up @@ -5458,7 +5458,7 @@ var _ = Describe("bmac reconcile flow", func() {
})
})

var _ = Describe("PreprovisioningImage reconcile flow", func() {
var _ = Describe("[kube-api]PreprovisioningImage reconcile flow", func() {
if !Options.EnableKubeAPI {
return
}
Expand Down Expand Up @@ -5648,7 +5648,7 @@ var _ = Describe("PreprovisioningImage reconcile flow", func() {
})
})

var _ = Describe("restore Host by Agent flow", func() {
var _ = Describe("[kube-api]restore Host by Agent flow", func() {
if !Options.EnableKubeAPI {
return
}
Expand Down

0 comments on commit ab48bae

Please sign in to comment.