Commit 47fa18a
skip gpt-5-6 in e2e tests for now (#179)
* fix(tests/e2e): avoid /tmp for Codex home and skip gpt-5-6 Copilot models
- Codex refuses to create helper binaries under /tmp by design,
so base the E2E codex home outside of pytest's tmp_path.
- gpt-5-6 models (luna, sol, terra) return 404 on mlflow/v1/chat/completions;
add them to the Copilot skip list alongside the existing gpt-5.5 entry.
* update
* update
* add logs
---------
Co-authored-by: Lilly <lilly.gray@tecton.ai>1 parent df27b52 commit 47fa18a
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
407 | 412 | | |
408 | 413 | | |
409 | 414 | | |
| |||
812 | 817 | | |
813 | 818 | | |
814 | 819 | | |
| 820 | + | |
| 821 | + | |
815 | 822 | | |
816 | 823 | | |
817 | 824 | | |
| |||
0 commit comments