From bde5d61812a1aae62d77997f087ebda1209e1f6d Mon Sep 17 00:00:00 2001 From: cornmander Date: Thu, 23 Oct 2025 09:50:50 -0400 Subject: [PATCH] Re-enable test. (#11628) --- integration-tests/run_shell_command.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');