Commit ea0f68b
test(kubeflow): mock kube clients in cleanup-noop test
test_cleanup_noop_without_workdir_pvc constructed a KubeflowExecutor
without the mock_k8s_clients fixture, so __post_init__ ran the real
config.load_kube_config()/load_incluster_config() and crashed in CI
(no kubeconfig). Request the fixture like every other executor test.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: oliver könig <okoenig@nvidia.com>1 parent 5184615 commit ea0f68b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
| 513 | + | |
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| |||
0 commit comments