Merge branch 'master' into resover-refactor

This commit is contained in:
Asim Aslam 2020-04-09 13:07:05 +01:00 committed by GitHub
commit 5bc8ee39f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ func TestSQL(t *testing.T) {
t.Fatal(err)
}
if err := db.Ping(); err != nil {
t.Fatal(err)
t.Skip("store/cockroach: can't connect to db")
}
db.Close()