Skip to content

Commit 26e5e0e

Browse files
committed
test: adds storage to list of system tests to run
1 parent 281eaae commit 26e5e0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.kokoro/system.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,16 @@ packages_with_system_tests=(
9696
"google-cloud-datastore"
9797
"google-cloud-dns"
9898
"google-cloud-error-reporting"
99-
"sqlalchemy-spanner"
10099
"google-cloud-firestore"
101100
"google-cloud-logging"
102101
"google-cloud-ndb"
103102
"google-cloud-pubsub"
104103
"google-cloud-spanner"
104+
"google-cloud-storage"
105105
"google-cloud-testutils"
106-
"sqlalchemy-bigquery"
107106
"pandas-gbq"
107+
"sqlalchemy-bigquery"
108+
"sqlalchemy-spanner"
108109
)
109110

110111
# A file for running system tests

0 commit comments

Comments
 (0)