Skip to content

Commit 61b315d

Browse files
chore(ci): remove firestore project and its reference (#10505) (#7322)
[upstream:c6ac001606fdbcda06f55bc4207e064ea8102583] Signed-off-by: Modular Magician <[email protected]>
1 parent 05a110e commit 61b315d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

google-beta/envvar/envvar_utils.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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-
5046
var 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.
166155
func GetTestOrgFromEnv(t *testing.T) string {

0 commit comments

Comments
 (0)