e2e: ctb: run the tests as Serial for now

This commit is contained in:
Stanislav Láznička 2024-11-05 16:58:03 +01:00
parent 88a997ac01
commit 7b3a9db089
No known key found for this signature in database
GPG Key ID: F8D8054395A1D157

View File

@ -56,7 +56,8 @@ const (
noSignerKey = "no-signer" 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 := framework.NewDefaultFramework("projected-clustertrustbundle")
f.NamespacePodSecurityLevel = admissionapi.LevelBaseline f.NamespacePodSecurityLevel = admissionapi.LevelBaseline