Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .kokoro/system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,16 @@ packages_with_system_tests=(
"google-cloud-datastore"
"google-cloud-dns"
"google-cloud-error-reporting"
"sqlalchemy-spanner"
"google-cloud-firestore"
"google-cloud-logging"
"google-cloud-ndb"
"google-cloud-pubsub"
"google-cloud-spanner"
"google-cloud-storage"
"google-cloud-testutils"
"sqlalchemy-bigquery"
"pandas-gbq"
"sqlalchemy-bigquery"
"sqlalchemy-spanner"
)

# A file for running system tests
Expand Down
Loading