git: disable flaky test (#115847)
Co-authored-by: Michael Weiss <dev.primeos@gmail.com>
This commit is contained in:
parent
a3b4d14288
commit
54395344a8
@ -311,6 +311,9 @@ stdenv.mkDerivation {
|
|||||||
# Tested to fail: 2.18.0
|
# Tested to fail: 2.18.0
|
||||||
disable_test t9902-completion "sourcing the completion script clears cached --options"
|
disable_test t9902-completion "sourcing the completion script clears cached --options"
|
||||||
|
|
||||||
|
# Flaky tests:
|
||||||
|
disable_test t5319-multi-pack-index
|
||||||
|
|
||||||
${lib.optionalString (!perlSupport) ''
|
${lib.optionalString (!perlSupport) ''
|
||||||
# request-pull is a Bash script that invokes Perl, so it is not available
|
# request-pull is a Bash script that invokes Perl, so it is not available
|
||||||
# when NO_PERL=1, and the test should be skipped, but the test suite does
|
# when NO_PERL=1, and the test should be skipped, but the test suite does
|
||||||
|
Loading…
x
Reference in New Issue
Block a user