Skip to content

Commit 03be86c

Browse files
committed
tests: don't run unmanageddetector tests in parallel
These currently share a kube apiserver, and check whether a statefulset is running, but one of them starts the statefulset. We can't run them in parallel.
1 parent 3132f8d commit 03be86c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/controller/unmanageddetector/controller_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ var (
4747
)
4848

4949
func TestReconcile_UnmanagedResource(t *testing.T) {
50-
t.Parallel()
5150
testID := testvariable.NewUniqueID()
5251
client := mgr.GetClient()
5352
testcontroller.EnsureNamespaceExistsT(t, client, k8s.SystemNamespace)
@@ -89,7 +88,6 @@ func TestReconcile_UnmanagedResource(t *testing.T) {
8988
}
9089

9190
func TestReconcile_ManagedResource(t *testing.T) {
92-
t.Parallel()
9391
testID := testvariable.NewUniqueID()
9492
client := mgr.GetClient()
9593
testcontroller.EnsureNamespaceExistsT(t, client, k8s.SystemNamespace)

0 commit comments

Comments
 (0)