Remove support for Google Spanner database. (#105846)
* Remove support for Google Spanner database.
This commit is contained in:
@@ -13,8 +13,3 @@ 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