From 4ac1556ba03d50feb75b111bee0b83eecbf213c3 Mon Sep 17 00:00:00 2001 From: Michal Fojtik Date: Wed, 15 Mar 2023 18:25:44 +0100 Subject: [PATCH] synthetictests: enable testKubeletToAPIServerGracefulTermination --- pkg/synthetictests/kubelet.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/synthetictests/kubelet.go b/pkg/synthetictests/kubelet.go index f7022d40ccfe..1f368a1cc1e6 100644 --- a/pkg/synthetictests/kubelet.go +++ b/pkg/synthetictests/kubelet.go @@ -36,10 +36,6 @@ func testKubeletToAPIServerGracefulTermination(events monitorapi.Intervals) []*j Output: fmt.Sprintf("%d kube-apiserver reports a non-graceful termination. Probably kubelet or CRI-O is not giving the time to cleanly shut down. This can lead to connection refused and network I/O timeout errors in other components.\n\n%v", len(failures), strings.Join(failures, "\n")), }, }) - - // while waiting for https://bugzilla.redhat.com/show_bug.cgi?id=1928946 mark as flake - tests[0].FailureOutput.Output = "Marked flake while fix for https://bugzilla.redhat.com/show_bug.cgi?id=1928946 is identified:\n\n" + tests[0].FailureOutput.Output - tests = append(tests, &junitapi.JUnitTestCase{Name: testName}) } if len(tests) == 0 {