Skip to content

Commit c2e64c9

Browse files
committed
Remove some redundant monitor tests
1 parent 3a53070 commit c2e64c9

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)