config: add new index.threads config setting
[gitweb.git] / t / t1700-split-index.sh
index 8e17f8e7a043fa38c14f94193df2f79fc2139cd1..ef9349bd70baf40059a1559e9c856584c39bf53f 100755 (executable)
@@ -6,7 +6,12 @@ test_description='split index mode tests'
 
 # We need total control of index splitting here
 sane_unset GIT_TEST_SPLIT_INDEX
+
+# Testing a hard coded SHA against an index with an extension
+# that can vary from run to run is problematic so we disable
+# those extensions.
 sane_unset GIT_FSMONITOR_TEST
+sane_unset GIT_TEST_INDEX_THREADS
 
 test_expect_success 'enable split index' '
        git config splitIndex.maxPercentChange 100 &&