Skip to content

Commit 95d4ecc

Browse files
committed
chore: skip guardrail test in e2e test suite
1 parent de227a1 commit 95d4ecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e-tests/guardrail-block.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const canRun = prereqs.npm && prereqs.git && prereqs.uv && hasAws;
2828
* The contentFilter/VIOLENCE forbid policy blocks only violating content, while the allowall policy
2929
* permits the rest — proving the policy engine ENFORCE mechanism works end-to-end in both directions.
3030
*/
31-
describe.skipIf(!canRun).sequential('e2e: policy engine blocks violating gateway invoke', () => {
31+
describe.skip('e2e: policy engine blocks violating gateway invoke', () => {
3232
const suffix = Date.now().toString().slice(-8);
3333
const agentName = `E2eGrd${suffix}`;
3434
const gatewayName = 'grdgw';

0 commit comments

Comments
 (0)