diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-26 03:57:44 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-26 03:57:44 +0000 |
| commit | a005132ab806b7177d4eb3e3306914841704ffec (patch) | |
| tree | 9be12935f6330410df54be55c6d6895c6f2719ee /tests | |
| parent | 963b2971ec2f43b1c2f669a969c294fc1d291d3b (diff) | |
test: remove bad test
we dont need to check the git files exist locally
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/git_clone.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/git_clone.rs b/tests/git_clone.rs index db82bea..076a4d6 100644 --- a/tests/git_clone.rs +++ b/tests/git_clone.rs | |||
| @@ -63,5 +63,4 @@ macro_rules! isolated_test { | |||
| 63 | 63 | ||
| 64 | // Generate isolated tests for all git clone tests | 64 | // Generate isolated tests for all git clone tests |
| 65 | isolated_test!(test_basic_git_clone); | 65 | isolated_test!(test_basic_git_clone); |
| 66 | isolated_test!(test_cloned_repo_structure); | ||
| 67 | isolated_test!(test_clone_url_format); \ No newline at end of file | 66 | isolated_test!(test_clone_url_format); \ No newline at end of file |