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:
@@ -13,3 +13,8 @@ func Run(m *testing.M) {
|
||||
db.CleanupTestDB()
|
||||
os.Exit(code)
|
||||
}
|
||||
|
||||
func RunButSkipOnSpanner(m *testing.M) {
|
||||
db.SkipTestsOnSpanner()
|
||||
Run(m)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user