mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-21 16:03:32 +01:00
rpc/dataconn/timeoutconn: disable TestPartialWriteMockConn in CircleCI
This commit is contained in:
parent
7d10a71cc0
commit
12503dc55a
@ -154,6 +154,7 @@ func (c *partialWriteMockConn) Write(p []byte) (int, error) {
|
||||
}
|
||||
|
||||
func TestPartialWriteMockConn(t *testing.T) {
|
||||
zreplcircleci.SkipOnCircleCI(t, "because it relies on scheduler responsiveness < 50ms")
|
||||
mc := newPartialWriteMockConn(100*time.Millisecond, 5)
|
||||
buf := []byte{1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
|
||||
begin := time.Now()
|
||||
|
Loading…
Reference in New Issue
Block a user