Skip to content

Commit 7b3a9db

Browse files
committed
e2e: ctb: run the tests as Serial for now
1 parent 88a997a commit 7b3a9db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/auth/projected_clustertrustbundle.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ const (
5656
noSignerKey = "no-signer"
5757
)
5858

59-
var _ = SIGDescribe(feature.ClusterTrustBundle, feature.ClusterTrustBundleProjection, func() {
59+
// TODO: running the tests in parallel should be possible
60+
var _ = SIGDescribe(feature.ClusterTrustBundle, feature.ClusterTrustBundleProjection, framework.WithSerial(), func() {
6061
f := framework.NewDefaultFramework("projected-clustertrustbundle")
6162
f.NamespacePodSecurityLevel = admissionapi.LevelBaseline
6263

0 commit comments

Comments
 (0)