Re-enable test. (#11628)

This commit is contained in:
cornmander
2025-10-23 09:50:50 -04:00
committed by GitHub
parent 5ae9fe6949
commit bde5d61812

View File

@@ -338,7 +338,7 @@ describe('run_shell_command', () => {
}
});
it.skip('should reject commands not on the allowlist', async () => {
it('should reject commands not on the allowlist', async () => {
const rig = new TestRig();
await rig.setup('should reject commands not on the allowlist');