Change GINKGO_PROCS to 4

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
This commit is contained in:
faizanahmad055
2026-05-12 10:42:50 +02:00
parent 9b60268285
commit d91cb8e900
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import (
"github.com/stakater/Reloader/test/e2e/utils"
)
var _ = Describe("Workload Reload Tests", func() {
var _ = Describe("Workload Reload Tests", Serial, func() {
var (
configMapName string
secretName string

View File

@@ -10,7 +10,7 @@ import (
"github.com/stakater/Reloader/test/e2e/utils"
)
var _ = Describe("CSI SecretProviderClass Tests", Label("csi"), func() {
var _ = Describe("CSI SecretProviderClass Tests", Label("csi"), Serial, func() {
var (
deploymentName string
configMapName string