Merge pull request #128581 from stlaz/ctb_e2e_fix

e2e: ctb: run the tests as Serial for now
This commit is contained in:
Kubernetes Prow Robot
2024-11-05 19:16:07 +00:00
committed by GitHub

View File

@@ -56,7 +56,8 @@ const (
noSignerKey = "no-signer"
)
var _ = SIGDescribe(feature.ClusterTrustBundle, feature.ClusterTrustBundleProjection, func() {
// TODO: running the tests in parallel should be possible
var _ = SIGDescribe(feature.ClusterTrustBundle, feature.ClusterTrustBundleProjection, framework.WithSerial(), func() {
f := framework.NewDefaultFramework("projected-clustertrustbundle")
f.NamespacePodSecurityLevel = admissionapi.LevelBaseline