spanner: Disable running alerting integration tests when using spanner. (#102730)

* Disable running alerting integration tests when using spanner.

* Disable tests for templategroup.
This commit is contained in:
Peter Štibraný
2025-03-26 10:57:55 +01:00
committed by GitHub
parent c54da8f955
commit 5b5f433a26
10 changed files with 25 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ type ITestDB interface {
Logf(format string, args ...any)
Log(args ...any)
Cleanup(func())
Skipf(format string, args ...any)
}
type TestDB struct {