Skip to content

Commit

Permalink
Force tests to run in order
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Feb 14, 2024
1 parent 5cccc6a commit bad98c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
"github.com/sapcc/absent-metrics-operator/controllers"
)

var _ = Describe("Controller", func() {
var _ = Describe("Controller", Ordered, func() {
// Note: Throughout the individual tests we will use two terms:
// *PromRule(s)*: this refers to a PrometheusRule resource(s) that contains alert rules.
// *AbsentPromRule(s)*: this refers to the PrometheusRule resource(s) created by the
Expand Down

0 comments on commit bad98c5

Please sign in to comment.