Skip to content

Commit 73f119a

Browse files
committed
Skipping TestClient::test_portforward_raw due to flakiness
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: #1300 Signed-off-by: Nabarun Pal <[email protected]>
1 parent 44b2325 commit 73f119a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kubernetes/e2e_test/test_client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ def test_exit_code(self):
214214
resp = api.delete_namespaced_pod(name=name, body={},
215215
namespace='default')
216216

217+
# Skipping this test as this flakes a lot
218+
# See: https://github.com/kubernetes-client/python/issues/1300
219+
# Re-enable the test once the flakiness is investigated
220+
@unittest.skip("skipping due to extreme flakiness")
217221
def test_portforward_raw(self):
218222
client = api_client.ApiClient(configuration=self.config)
219223
api = core_v1_api.CoreV1Api(client)

0 commit comments

Comments
 (0)