File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
FirebaseVertexAI/Tests/TestApp/Tests Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments