```diff
--- test_files/080-original.txt	2025-03-07 19:06:18
+++ test_files/080-modified.txt	2025-03-07 19:06:18
@@ -36,6 +36,7 @@
 
 @pytest.mark.usefixtures("temp_dir")
 class TestShelltool:
+    @pytest.mark.skip(reason="Test skipped as exec is flaky")
     def test_exec_command(self, shell_factory):
         exec_action = ExecCommand()
         exec_action._shells = lambda: shell_factory
```
