eladkal commented on PR #67030:
URL: https://github.com/apache/airflow/pull/67030#issuecomment-4688397489
Please fix the tests
```
FAILED
tests/kubernetes_tests/test_kubernetes_pod_operator.py::TestKubernetesPodOperatorSystem::test_full_pod_spec
- kubernetes.client.exceptions.NotFoundException: (404)
Reason: Not Found
HTTP response headers: HTTPHeaderDict({'Audit-Id':
'de64a3d2-dbab-4e4a-befd-9ec7094844de', 'Cache-Control': 'no-cache, private',
'Content-Type': 'application/json', 'X-Kubernetes-Pf-Flowschema-Uid':
'a5a8be79-1bdd-4dda-a9ac-f32865598441', 'X-Kubernetes-Pf-Prioritylevel-Uid':
'2961fe89-97fb-4331-a496-064497325545', 'Date': 'Thu, 11 Jun 2026 13:45:07
GMT', 'Content-Length': '202'})
HTTP response body:
{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"pods
\"test-pod-bbut043z\" not
found","reason":"NotFound","details":{"name":"test-pod-bbut043z","kind":"pods"},"code":404}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]