Skip to content

Commit 7ea4e9d

Browse files
authored
[Vertex AI] Re-enable Developer API staging integration tests (#14730)
1 parent 0230d00 commit 7ea4e9d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

FirebaseVertexAI/Tests/TestApp/Tests/Integration/GenerateContentIntegrationTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ struct GenerateContentIntegrationTests {
116116

117117
@Test(arguments: [
118118
InstanceConfig.vertexV1Beta,
119-
// Temporarily disabled due to Firebase Proxy issues.
119+
// TODO(andrewheard): Prod config temporarily disabled due to backend issue.
120120
// InstanceConfig.developerV1Beta,
121+
InstanceConfig.developerV1BetaStaging, // Remove after re-enabling `developerV1Beta` config.
121122
])
122123
func generateImage(_ config: InstanceConfig) async throws {
123124
let generationConfig = GenerationConfig(

FirebaseVertexAI/Tests/TestApp/Tests/Utilities/InstanceConfig.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ struct InstanceConfig {
5151
vertexV1Staging,
5252
vertexV1Beta,
5353
vertexV1BetaStaging,
54-
// Temporarily disabled due to Firebase Proxy issues:
54+
// TODO(andrewheard): Prod config temporarily disabled due to backend issue:
5555
// developerV1Beta,
56-
// developerV1BetaStaging,
56+
developerV1BetaStaging,
5757
developerV1Spark,
5858
developerV1BetaSpark,
5959
]
@@ -63,9 +63,9 @@ struct InstanceConfig {
6363
vertexV1Staging,
6464
vertexV1Beta,
6565
vertexV1BetaStaging,
66-
// Temporarily disabled due to Firebase Proxy issues:
66+
// TODO(andrewheard): Prod config temporarily disabled due to backend issue:
6767
// developerV1Beta,
68-
// developerV1BetaStaging,
68+
developerV1BetaStaging,
6969
developerV1BetaSpark,
7070
]
7171

0 commit comments

Comments
 (0)