Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pkg/synthetictests/kubelet.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ func testKubeletToAPIServerGracefulTermination(events []*monitor.EventInterval)
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")),
},
})
pass = false

// 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
// pass = false
tests = append(tests, &ginkgo.JUnitTestCase{Name: testName})
} else {
tests = append(tests, &ginkgo.JUnitTestCase{Name: testName})
}
Expand Down