Skip to content

Commit c7a9ee0

Browse files
committed
Re-enable Firebase proxy testing for prod and staging
1 parent dcf145f commit c7a9ee0

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

FirebaseAI/Tests/TestApp/Tests/Integration/GenerateContentIntegrationTests.swift

+2-3
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,8 @@ struct GenerateContentIntegrationTests {
116116

117117
@Test(arguments: [
118118
InstanceConfig.vertexV1Beta,
119-
// TODO(andrewheard): Configs temporarily disabled due to backend issue.
120-
// InstanceConfig.developerV1Beta,
121-
// InstanceConfig.developerV1BetaStaging
119+
InstanceConfig.developerV1Beta,
120+
InstanceConfig.developerV1BetaStaging,
122121
InstanceConfig.developerV1BetaSpark,
123122
])
124123
func generateImage(_ config: InstanceConfig) async throws {

FirebaseAI/Tests/TestApp/Tests/Utilities/InstanceConfig.swift

+4-6
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ struct InstanceConfig {
5151
vertexV1Staging,
5252
vertexV1Beta,
5353
vertexV1BetaStaging,
54-
// TODO(andrewheard): Configs temporarily disabled due to backend issue:
55-
// developerV1Beta,
56-
// developerV1BetaStaging,
54+
developerV1Beta,
55+
developerV1BetaStaging,
5756
developerV1Spark,
5857
developerV1BetaSpark,
5958
]
@@ -63,9 +62,8 @@ struct InstanceConfig {
6362
vertexV1Staging,
6463
vertexV1Beta,
6564
vertexV1BetaStaging,
66-
// TODO(andrewheard): Configs temporarily disabled due to backend issue:
67-
// developerV1Beta,
68-
// developerV1BetaStaging,
65+
developerV1Beta,
66+
developerV1BetaStaging,
6967
developerV1BetaSpark,
7068
]
7169

0 commit comments

Comments
 (0)