Skip to content

Commit db2bc57

Browse files
committed
plumbing: transport/http, skip flaky test
1 parent c12f5b6 commit db2bc57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plumbing/transport/http/upload_pack_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,7 @@ func (s *UploadPackSuite) TestAdvertisedReferencesContextCanceled(c *C) {
134134
c.Assert(err, DeepEquals, &url.Error{Op: "Get", URL: "http://github.com/git-fixtures/basic/info/refs?service=git-upload-pack", Err: context.Canceled})
135135
c.Assert(info, IsNil)
136136
}
137+
138+
func (s *UploadPackSuite) TestUploadPackWithContextOnRead(c *C) {
139+
c.Skip("flaky tests, looks like sometimes the request body is cached, so doesn't fail on context cancel")
140+
}

0 commit comments

Comments
 (0)