Commit d712c2b2 by Edward Thomson

iterator: don't run the gunk test by default on CI

(It's slow!)
parent 35877463
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment