feat(cli): add temporary flag to disable workspace policies (#20523)

This commit is contained in:
Abhijit Balaji
2026-02-27 09:25:16 -08:00
committed by GitHub
parent 3b2632fe40
commit 59c0e73718
3 changed files with 48 additions and 2 deletions
@@ -54,6 +54,7 @@ describe('Workspace-Level Policy CLI Integration', () => {
beforeEach(() => {
vi.clearAllMocks();
Policy.setDisableWorkspacePolicies(false);
// Default to MATCH for existing tests
mockCheckIntegrity.mockResolvedValue({
status: 'match',