Skip to content

Commit 6103842

Browse files
authored
Merge pull request libgit2#5313 from pks-t/pks/config-invasive
tests: config: only test parsing huge file with GITTEST_INVASIVE_SPEED
2 parents fb439c9 + 361ebbc commit 6103842

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/config/stress.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ void test_config_stress__huge_section_with_many_values(void)
181181
{
182182
git_config *config;
183183

184+
if (!cl_is_env_set("GITTEST_INVASIVE_SPEED"))
185+
cl_skip();
186+
184187
/*
185188
* The config file is structured in such a way that is
186189
* has a section header that is approximately 500kb of

0 commit comments

Comments
 (0)