diff --git a/integration-tests/run_shell_command.test.ts b/integration-tests/run_shell_command.test.ts index 5abca275d0..bfd0484c92 100644 --- a/integration-tests/run_shell_command.test.ts +++ b/integration-tests/run_shell_command.test.ts @@ -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');