mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 07:32:12 +08:00
CI: Bump golangci-lint to 2.0.2 (#103572)
This commit is contained in:

committed by
GitHub

parent
b58b6e828e
commit
757be6365a
@ -188,7 +188,7 @@ func TestIntegrationPostgres(t *testing.T) {
|
||||
// change to true to run the PostgreSQL tests
|
||||
const runPostgresTests = false
|
||||
|
||||
if !(isTestDbPostgres() || runPostgresTests) {
|
||||
if !isTestDbPostgres() && !runPostgresTests {
|
||||
t.Skip()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user