mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #38194 from sttts/sttts-skip-portforward-e2e-flake
Automatic merge from submit-queue e2e: mark portforward tests as flaky As long as we don't get https://github.com/kubernetes/kubernetes/issues/27673 and https://github.com/kubernetes/kubernetes/issues/27680 under control, this PR marks them as `[Flaky]`. There is https://github.com/kubernetes/kubernetes/pull/37072 in flight which might improve the situation, but is blocked on socat issues right now with half-open connections. cc @kubernetes/sig-testing
This commit is contained in:
commit
8d761a0735
@ -219,7 +219,7 @@ var _ = framework.KubeDescribe("Port forwarding", func() {
|
||||
verifyLogMessage(logOutput, "Expected to read 3 bytes from client, but got 0 instead")
|
||||
})
|
||||
|
||||
It("should support a client that connects, sends data, and disconnects [Conformance]", func() {
|
||||
It("should support a client that connects, sends data, and disconnects [Conformance] [Flaky]", func() {
|
||||
By("creating the target pod")
|
||||
pod := pfPod("abc", "10", "10", "100")
|
||||
if _, err := f.ClientSet.Core().Pods(f.Namespace.Name).Create(pod); err != nil {
|
||||
@ -287,7 +287,7 @@ var _ = framework.KubeDescribe("Port forwarding", func() {
|
||||
})
|
||||
})
|
||||
framework.KubeDescribe("With a server that expects no client request", func() {
|
||||
It("should support a client that connects, sends no data, and disconnects [Conformance]", func() {
|
||||
It("should support a client that connects, sends no data, and disconnects [Conformance] [Flaky]", func() {
|
||||
By("creating the target pod")
|
||||
pod := pfPod("", "10", "10", "100")
|
||||
if _, err := f.ClientSet.Core().Pods(f.Namespace.Name).Create(pod); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user