Merge branch 'master' into resover-refactor

This commit is contained in:
Asim Aslam
2020-04-09 13:07:05 +01:00
committed by GitHub

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()