1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-23 20:32:32 +02:00

store/cockroach: fixup test ()

* store/cockroach: fixup test

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Vasiliy Tolstov 2020-04-09 14:58:50 +03:00 committed by GitHub
parent 2e379ca7d0
commit 8c1b477279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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