git: disable some tests failing on FreeBSD for no good reason
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user