Skip to content

Commit f071761

Browse files
authored
Merge pull request #1481 from palnabarun/skip-flaky-test
Skipping TestClient::test_portforward_raw due to flakiness
2 parents 44b2325 + 73f119a commit f071761

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)