diff --git a/integration-tests/run_shell_command.test.ts b/integration-tests/run_shell_command.test.ts index 06d94f7113..cc99066861 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('should reject commands not on the allowlist', async () => { + it.skip('should reject commands not on the allowlist', async () => { const rig = new TestRig(); await rig.setup('should reject commands not on the allowlist');