Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e-tests/guardrail-block.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const canRun = prereqs.npm && prereqs.git && prereqs.uv && hasAws;
* The contentFilter/VIOLENCE forbid policy blocks only violating content, while the allowall policy
* permits the rest — proving the policy engine ENFORCE mechanism works end-to-end in both directions.
*/
describe.skipIf(!canRun).sequential('e2e: policy engine blocks violating gateway invoke', () => {
describe.skip('e2e: policy engine blocks violating gateway invoke', () => {
const suffix = Date.now().toString().slice(-8);
const agentName = `E2eGrd${suffix}`;
const gatewayName = 'grdgw';
Expand Down
Loading