File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,6 @@ var ProjectEnvVars = []string{
4343 "CLOUDSDK_CORE_PROJECT" ,
4444}
4545
46- var FirestoreProjectEnvVars = []string {
47- "GOOGLE_FIRESTORE_PROJECT" ,
48- }
49-
5046var RegionEnvVars = []string {
5147 "GOOGLE_REGION" ,
5248 "GCLOUD_REGION" ,
@@ -154,13 +150,6 @@ func GetTestIdentityUserFromEnv(t *testing.T) string {
154150 return transport_tpg .MultiEnvSearch (IdentityUserEnvVars )
155151}
156152
157- // Firestore can't be enabled at the same time as Datastore, so we need a new
158- // project to manage it until we can enable Firestore programmatically.
159- func GetTestFirestoreProjectFromEnv (t * testing.T ) string {
160- SkipIfEnvNotSet (t , FirestoreProjectEnvVars ... )
161- return transport_tpg .MultiEnvSearch (FirestoreProjectEnvVars )
162- }
163-
164153// Returns the raw organization id like 1234567890, skipping the test if one is
165154// not found.
166155func GetTestOrgFromEnv (t * testing.T ) string {
You can’t perform that action at this time.
0 commit comments