mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-24 05:21:25 +00:00
iterator: don't run the gunk test by default on CI
(It's slow!)
This commit is contained in:
parent
35877463fd
commit
d712c2b27f
@ -641,7 +641,7 @@ void test_iterator_workdir__filesystem_gunk(void)
|
||||
git_buf parent = GIT_BUF_INIT;
|
||||
int n;
|
||||
|
||||
if (!cl_is_env_set("GITTEST_INVASIVE_FS_STRUCTURE"))
|
||||
if (!cl_is_env_set("GITTEST_INVASIVE_SPEED"))
|
||||
cl_skip();
|
||||
|
||||
g_repo = cl_git_sandbox_init("testrepo");
|
||||
|
Loading…
Reference in New Issue
Block a user