Skip to content

Commit

Permalink
Disable test concurrency (less flaky?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Olshevski committed Dec 13, 2023
1 parent b3d801c commit 0c37d1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/testutil/testutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func NewContext(t *testing.T) context.Context {
// In CI the second environment is used to compatibility test against a matrix of k8s versions.
// This compatibility testing is tightly coupled to the github action and not expected to work locally.
func NewManager(t *testing.T) *Manager {
t.Parallel()
_, b, _, _ := goruntime.Caller(0)
root := filepath.Join(filepath.Dir(b), "..", "..")

Expand Down

0 comments on commit 0c37d1d

Please sign in to comment.