We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44b2325 + 73f119a commit f071761Copy full SHA for f071761
kubernetes/e2e_test/test_client.py
@@ -214,6 +214,10 @@ def test_exit_code(self):
214
resp = api.delete_namespaced_pod(name=name, body={},
215
namespace='default')
216
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")
221
def test_portforward_raw(self):
222
client = api_client.ApiClient(configuration=self.config)
223
api = core_v1_api.CoreV1Api(client)
0 commit comments