Commit 333c990
test(rag): make RAG server e2e tests opt-in via RAG_E2E
The e2e suite targets a live stack on localhost:9446 with specific env
(ENABLE_GRAPH_RAG, etc.), so it fails by default in unit-test runs.
Gate the module with a skipif so it only runs when RAG_E2E=1, keeping
the default `pytest` run green.
Assisted-by: Claude:claude-opus-4-8
Signed-off-by: Sri Aradhyula <sraradhy@cisco.com>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 2b149ab commit 333c990
1 file changed
Lines changed: 13 additions & 0 deletions
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
18 | 31 | | |
19 | 32 | | |
20 | 33 | | |
| |||
0 commit comments