]> git.proxmox.com Git - libgit2.git/commitdiff
iterator: don't run the gunk test by default on CI
authorEdward Thomson <ethomson@github.com>
Mon, 21 Mar 2016 22:30:21 +0000 (18:30 -0400)
committerEdward Thomson <ethomson@github.com>
Thu, 24 Mar 2016 19:59:48 +0000 (15:59 -0400)
(It's slow!)

tests/iterator/workdir.c

index 0dd4599a32212fc1597910ffba3987561991a810..2df8ef53eee537ae5ac3e3177177700185bbbd6d 100644 (file)
@@ -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");