(t *testing.T)
| 179 | } |
| 180 | |
| 181 | func TestSQLServerHealthCheck(t *testing.T) { |
| 182 | if testing.Short() { |
| 183 | t.Skip("skipping SQL Server integration tests") |
| 184 | } |
| 185 | testHealthCheck(t, *sqlserverConnName) |
| 186 | } |
nothing calls this directly
no test coverage detected