mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #38282 from sttts/sttts-skip-portforward-e2e-flake-2
Automatic merge from submit-queue e2e: mark 3rd portforwarding test as flaky Follow-up of https://github.com/kubernetes/kubernetes/pull/38194 and https://github.com/kubernetes/kubernetes/issues/27680#issuecomment-265392033. cc @kubernetes/sig-testing
This commit is contained in:
commit
6c4033eea7
@ -174,7 +174,7 @@ var _ = framework.KubeDescribe("Port forwarding", func() {
|
|||||||
f := framework.NewDefaultFramework("port-forwarding")
|
f := framework.NewDefaultFramework("port-forwarding")
|
||||||
|
|
||||||
framework.KubeDescribe("With a server that expects a client request", func() {
|
framework.KubeDescribe("With a server that expects a 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")
|
By("creating the target pod")
|
||||||
pod := pfPod("abc", "1", "1", "1")
|
pod := pfPod("abc", "1", "1", "1")
|
||||||
if _, err := f.ClientSet.Core().Pods(f.Namespace.Name).Create(pod); err != nil {
|
if _, err := f.ClientSet.Core().Pods(f.Namespace.Name).Create(pod); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user