git: disable some tests failing on FreeBSD for no good reason

This commit is contained in:
Audrey Dutcher
2026-05-22 12:38:48 -04:00
committed by Artemis Tosini
parent 82c51c6fc8
commit 3293eb7d55
+9
View File
@@ -577,6 +577,15 @@ stdenv.mkDerivation (finalAttrs: {
# Fails largely due to assumptions about BOM
# Tested to fail: 2.18.0
disable_test t0028-working-tree-encoding
''
+ lib.optionalString stdenv.hostPlatform.isFreeBSD ''
# Time zones are not available in the build sandbox.
# This can be fixed if/when we decide on how the hardcoded libc paths should look
disable_test t0006-date
# Kernel bug (?) related to confusion over whether ulimit -n should set max fd or num files
disable_test t5324-split-commit-graph
# known breakage vanished?
disable_test t7815-grep-binary
'';
stripDebugList = [