Commit be18a0c
Nissan Pow
fix: skip test_timeout_enforcement on remote backends
The test deploys a flow with @timeout(seconds=60) and sleep(300),
expecting the run to fail. On remote backends (argo/sfn/airflow),
the @timeout enforcement is unreliable — the run hangs for 3600s
(the wait_for_deployed_run timeout) instead of failing promptly.
Skip until we implement backend-specific timeout enforcement
(e.g. activeDeadlineSeconds for k8s pods).1 parent 4df175d commit be18a0c
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
330 | 335 | | |
331 | 336 | | |
332 | 337 | | |
| |||
0 commit comments