Skip to content

Commit

Permalink
Fix the missing test suite name (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
johscheuer authored Sep 20, 2024
1 parent 462d5b7 commit 44e50aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/test_operator_velocity/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ import (

func TestOperatorVelocity(t *testing.T) {
gomega.SetDefaultEventuallyTimeout(10 * time.Second)
fixtures.SetTestSuiteName("operator-velocity")
fixtures.RunGinkgoTests(t, "Operator velocity test Suite")
}

0 comments on commit 44e50aa

Please sign in to comment.