From 7b3a9db089444d7d08f73f9f9fd46dcddc78eb2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20L=C3=A1zni=C4=8Dka?= Date: Tue, 5 Nov 2024 16:58:03 +0100 Subject: [PATCH] e2e: ctb: run the tests as Serial for now --- test/e2e/auth/projected_clustertrustbundle.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/auth/projected_clustertrustbundle.go b/test/e2e/auth/projected_clustertrustbundle.go index 657c5614edd..d9fd2056d5e 100644 --- a/test/e2e/auth/projected_clustertrustbundle.go +++ b/test/e2e/auth/projected_clustertrustbundle.go @@ -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