Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/config/stress.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down