-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Skipping TestClient::test_portforward_raw due to flakiness #1481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The test is flaking a lot resulting in dev work to be slowed down. This needs to be investigated and resolved. Only then, the test should be reenabled. See: kubernetes-client#1300 Signed-off-by: Nabarun Pal <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: palnabarun, yliaog The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -214,6 +214,10 @@ def test_exit_code(self): | |||
resp = api.delete_namespaced_pod(name=name, body={}, | |||
namespace='default') | |||
|
|||
# Skipping this test as this flakes a lot | |||
# See: https://github.com/kubernetes-client/python/issues/1300 | |||
# Re-enable the test once the flakiness is investigated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: prefix this line with a "TODO: "
LGTM |
I manually restarted the test |
I'm going to merge this because the change looks safe. I think travis CI is constantly failing because of a different test |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
The test is flaking a lot resulting in dev work being slowed down.
This needs to be investigated and resolved. Only then, the test
should be reenabled.
See: #1300
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
None