mirror of
https://github.com/git/git.git
synced 2026-01-31 13:03:13 +00:00
t5503: Mark flaky tests as known breakages
As non reliable tests are nasty. Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
This commit is contained in:
committed by
Johannes Schindelin
parent
bfb2967665
commit
a45a140121
@@ -52,7 +52,7 @@ get_needs () {
|
||||
' "$1"
|
||||
}
|
||||
|
||||
test_expect_success 'fetch A (new commit : 1 connection)' '
|
||||
test_expect_failure 'fetch A (new commit : 1 connection)' ' # TODO known breakage
|
||||
rm -f $U &&
|
||||
(
|
||||
cd cloned &&
|
||||
@@ -82,7 +82,7 @@ want $T
|
||||
EOF
|
||||
'
|
||||
|
||||
test_expect_success 'fetch C, T (new branch, tag : 1 connection)' '
|
||||
test_expect_failure 'fetch C, T (new branch, tag : 1 connection)' ' # TODO known breakage
|
||||
rm -f $U &&
|
||||
(
|
||||
cd cloned &&
|
||||
@@ -118,7 +118,7 @@ want $S
|
||||
EOF
|
||||
'
|
||||
|
||||
test_expect_success 'fetch B, S (commit and tag : 1 connection)' '
|
||||
test_expect_failure 'fetch B, S (commit and tag : 1 connection)' ' # TODO known breakage
|
||||
rm -f $U &&
|
||||
(
|
||||
cd cloned &&
|
||||
|
||||
Reference in New Issue
Block a user