mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 06:12:49 +08:00
Remove support for Google Spanner database. (#105846)
* Remove support for Google Spanner database.
This commit is contained in:
@ -33,7 +33,7 @@ const (
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
testsuite.RunButSkipOnSpanner(m)
|
||||
testsuite.Run(m)
|
||||
}
|
||||
|
||||
func TestGrafanaRuleConfig(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user