mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
e2e: ctb: run the tests as Serial for now
This commit is contained in:
parent
88a997ac01
commit
7b3a9db089
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user