File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ use test_constants::config;
99
1010#[ test]
1111#[ serial]
12+ #[ ignore = "Debug test for manual filesystem operations - not suitable for CI" ]
1213fn test_debug_filesystem_operations ( ) -> Result < ( ) > {
1314 let temp_dir = TempDir :: new ( ) ?;
1415 let repo_path = temp_dir. path ( ) ;
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ use test_constants::config;
1010
1111#[ test]
1212#[ serial]
13+ #[ ignore = "Debug test for manual rename operations - not suitable for CI" ]
1314fn test_rename_worktree_debug ( ) -> Result < ( ) > {
1415 let temp_dir = TempDir :: new ( ) ?;
1516 let repo_path = temp_dir. path ( ) ;
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ use test_constants::config;
1010
1111#[ test]
1212#[ serial]
13+ #[ ignore = "Debug test for rename operations - not suitable for CI" ]
1314fn test_rename_worktree_debug_repair ( ) -> Result < ( ) > {
1415 let temp_dir = TempDir :: new ( ) ?;
1516 let repo_path = temp_dir. path ( ) ;
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ use test_constants::config;
99
1010#[ test]
1111#[ serial]
12+ #[ ignore = "Manual test for rename operations - not suitable for CI" ]
1213fn test_manual_rename_approach ( ) -> Result < ( ) > {
1314 let temp_dir = TempDir :: new ( ) ?;
1415 let repo_path = temp_dir. path ( ) ;
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ use test_constants::config;
99
1010#[ test]
1111#[ serial]
12+ #[ ignore = "Trace test for debugging rename operations - not suitable for CI" ]
1213fn test_trace_rename_execution ( ) -> Result < ( ) > {
1314 let temp_dir = TempDir :: new ( ) ?;
1415 let repo_path = temp_dir. path ( ) ;
You can’t perform that action at this time.
0 commit comments