Commit 53029a0
nigel brown
Mark optimizer E2E test as Pending - requires external service
The optimizer test requires a real embedding service (ollama, vllm, openai) to
run. There is no mock/placeholder backend available for testing.
The 'placeholder' backend type does not exist. Supported types are:
- ollama: requires ollama serve
- vllm: requires vLLM service
- unified: OpenAI-compatible API
- openai: OpenAI API
For this test to run, we would need to:
1. Deploy an embedding service in the K8s cluster
2. Wait for it to be ready
3. Pull the embedding model
This is too heavyweight for standard E2E testing. Marking as Pending until
we have a proper test infrastructure or mock backend.1 parent 17ab087 commit 53029a0
1 file changed
Lines changed: 5 additions & 1 deletion
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
0 commit comments