Commit 76db897
committed
fix(e2e): remove invalid 'always' signal type from CRD
The previous attempt to add a default catch-all decision used type="always"
which is not a valid signal condition type. Valid types are only: keyword,
embedding, domain.
Root cause analysis reveals a deeper issue: PII E2E tests use model="MoM"
which triggers domain classification, but the test data is domain-agnostic
(contains PII like SSN, names without domain context), so no domain matches,
no decision is selected, and PII detection is disabled.
This is a fundamental test design issue that requires discussion.
Signed-off-by: Yossi Ovadia <yovadia@redhat.com>1 parent af7dfcd commit 76db897
1 file changed
+0
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
0 commit comments