Skip to content

Commit 01e35bc

Browse files
Refactor the test to just one worker node
1 parent a383bae commit 01e35bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/monitortests/kubelet/containerfailures/container_failures.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (w *containerFailuresTests) EvaluateTestsFromConstructedIntervals(_ context
8484
// We want to report restarts of openshift containers as flakes
8585
excessiveExitsByNamespaceForFlakeTests := map[string][]string{}
8686

87-
maxRestartCountForFailures := 3
87+
maxRestartCountForFailures := 4
8888
maxRestartCountForFlakes := 2
8989

9090
clusterDataPlatform, _ := platformidentification.BuildClusterData(context.Background(), w.adminRESTConfig)

0 commit comments

Comments
 (0)