diff options
| -rw-r--r-- | tests/config/stress.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/config/stress.c b/tests/config/stress.c index ea54c7acf..28c3c4ac0 100644 --- a/tests/config/stress.c +++ b/tests/config/stress.c @@ -181,6 +181,9 @@ void test_config_stress__huge_section_with_many_values(void) { git_config *config; + if (!cl_is_env_set("GITTEST_INVASIVE_SPEED")) + cl_skip(); + /* * The config file is structured in such a way that is * has a section header that is approximately 500kb of |
