Spanner System Tests take a long time to run. Consider improving them in the following ways
- improve them so that they run faster (namely
BackupTest.php)
- run non-emulator system tests in kokoro CI
- determine which are not flakey and run those (skip backup tests, for example)
- use a phpunit tag to skip long or flakey tests such as
@skip-ci
Spanner System Tests take a long time to run. Consider improving them in the following ways
BackupTest.php)@skip-ci