Disable psserver TestRetrieve (#1273)

This commit is contained in:
Egon Elbre 2019-02-08 11:54:50 +02:00 committed by GitHub
parent 9c1e299f3c
commit 995927dcd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,8 @@ func TestPiece(t *testing.T) {
}
func TestRetrieve(t *testing.T) {
t.Skip("still flaky")
ctx := testcontext.New(t)
defer ctx.Cleanup()