Open
Description
FAIL: common_test.go:76: CommonSuite.TestNewContextReadCloser
common_test.go:89:
c.Assert(n, Equals, 0)
... obtained int = 1
... expected int = 0
OOPS: 8 passed, 1 FAILED
--- FAIL: Test (0.00s)
FAIL
Instances: 1.
FAIL: common_test.go:111: CommonSuite.TestNewContextWriteCloser
common_test.go:123:
c.Assert(n, Equals, 0)
... obtained int = 1
... expected int = 0
OOPS: 8 passed, 1 FAILED
--- FAIL: Test (0.00s)
FAIL
Instances: 1.
FAIL: <autogenerated>:1: ReceivePackSuite.TestSendPackWithContext
/home/runner/work/go-git/go-git/internal/transport/test/receive_pack.go:129:
c.Assert(err, NotNil)
... value = nil
OOPS: [47](https://github.com/go-git/go-git/actions/runs/12539319374/job/34965337679#step:6:48) passed, 2 skipped, 1 FAILED
--- FAIL: Test (0.39s)
FAIL