Skip to content

Commit

Permalink
Skipping TestClient::test_portforward_raw due to flakiness
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
palnabarun committed May 28, 2021
1 parent 44b2325 commit 73f119a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/e2e_test/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
@unittest.skip("skipping due to extreme flakiness")
def test_portforward_raw(self):
client = api_client.ApiClient(configuration=self.config)
api = core_v1_api.CoreV1Api(client)
Expand Down

0 comments on commit 73f119a

Please sign in to comment.