runs cleanly in seen as shown by : https://github.com/carenas/git/runs/3673976105 previously failing in the extended checks as shown at at least by : https://github.com/git/git/runs/3657308323 Signed-off-by: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx> --- t/t0016-oidmap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/t/t0016-oidmap.sh b/t/t0016-oidmap.sh index 0faef1f4f1..f81aa9ea03 100755 --- a/t/t0016-oidmap.sh +++ b/t/t0016-oidmap.sh @@ -2,7 +2,6 @@ test_description='test oidmap' -TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh # This purposefully is very similar to t0011-hashmap.sh -- 2.33.0.911.gbe391d4e11