Merge branch 'master' into resover-refactor
This commit is contained in:
commit
5bc8ee39f7
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user