Skip to content

Commit

Permalink
Merge pull request #1619 from shipwright-io/fix/failing-ginkgo-run
Browse files Browse the repository at this point in the history
Enforce ordered execution of tests
  • Loading branch information
openshift-merge-bot[bot] authored Jun 15, 2024
2 parents 4d595f6 + 099d464 commit ea118e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/image-processing/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
"k8s.io/apimachinery/pkg/util/rand"
)

var _ = Describe("Image Processing Resource", func() {
var _ = Describe("Image Processing Resource", Ordered, func() {
run := func(args ...string) error {
log.SetOutput(GinkgoWriter)

Expand Down

0 comments on commit ea118e0

Please sign in to comment.