Unverified Commit 61038425 by Edward Thomson Committed by GitHub

Merge pull request #5313 from pks-t/pks/config-invasive

tests: config: only test parsing huge file with GITTEST_INVASIVE_SPEED
parents fb439c97 361ebbcb
...@@ -181,6 +181,9 @@ void test_config_stress__huge_section_with_many_values(void) ...@@ -181,6 +181,9 @@ void test_config_stress__huge_section_with_many_values(void)
{ {
git_config *config; git_config *config;
if (!cl_is_env_set("GITTEST_INVASIVE_SPEED"))
cl_skip();
/* /*
* The config file is structured in such a way that is * The config file is structured in such a way that is
* has a section header that is approximately 500kb of * has a section header that is approximately 500kb of
......
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