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:
Thomas Braun
2014-09-25 19:26:30 +02:00
committed by Johannes Schindelin
parent bfb2967665
commit a45a140121

View File

@@ -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 &&