Skip to content

Commit ffb7a7a

Browse files
Merge pull request #28326 from xueqzhan/duplicate-sandbox
Remove some redundant monitor tests
2 parents 1b8e400 + c2e64c9 commit ffb7a7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/monitortests/network/legacynetworkmonitortests/monitortest.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ func (w *legacyMonitorTests) EvaluateTestsFromConstructedIntervals(ctx context.C
4141
junits = append(junits, testNoDNSLookupErrorsInDisruptionSamplers(finalIntervals)...)
4242
junits = append(junits, testNoOVSVswitchdUnreasonablyLongPollIntervals(finalIntervals)...)
4343
junits = append(junits, testPodIPReuse(finalIntervals)...)
44-
junits = append(junits, testPodSandboxCreation(finalIntervals, w.adminRESTConfig)...)
45-
junits = append(junits, testOvnNodeReadinessProbe(finalIntervals, w.adminRESTConfig)...)
4644
junits = append(junits, testErrorUpdatingEndpointSlices(finalIntervals)...)
4745
junits = append(junits, testMultipleSingleSecondDisruptions(finalIntervals)...)
4846
junits = append(junits, testDNSOverlapDisruption(finalIntervals)...)

0 commit comments

Comments
 (0)