File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ get_needs () {
52
52
' " $1 "
53
53
}
54
54
55
- test_expect_success ' fetch A (new commit : 1 connection)' '
55
+ test_expect_failure ' fetch A (new commit : 1 connection)' ' # TODO known breakage
56
56
rm -f $U &&
57
57
(
58
58
cd cloned &&
@@ -82,7 +82,7 @@ want $T
82
82
EOF
83
83
'
84
84
85
- test_expect_success ' fetch C, T (new branch, tag : 1 connection)' '
85
+ test_expect_failure ' fetch C, T (new branch, tag : 1 connection)' ' # TODO known breakage
86
86
rm -f $U &&
87
87
(
88
88
cd cloned &&
@@ -118,7 +118,7 @@ want $S
118
118
EOF
119
119
'
120
120
121
- test_expect_success ' fetch B, S (commit and tag : 1 connection)' '
121
+ test_expect_failure ' fetch B, S (commit and tag : 1 connection)' ' # TODO known breakage
122
122
rm -f $U &&
123
123
(
124
124
cd cloned &&
You can’t perform that action at this time.
0 commit comments