File tree 2 files changed +6
-5
lines changed
FirebaseVertexAI/Tests/TestApp/Tests
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,9 @@ struct GenerateContentIntegrationTests {
116
116
117
117
@Test ( arguments: [
118
118
InstanceConfig . vertexV1Beta,
119
- // Temporarily disabled due to Firebase Proxy issues .
119
+ // TODO(andrewheard): Prod config temporarily disabled due to backend issue .
120
120
// InstanceConfig.developerV1Beta,
121
+ InstanceConfig . developerV1BetaStaging, // Remove after re-enabling `developerV1Beta` config.
121
122
] )
122
123
func generateImage( _ config: InstanceConfig ) async throws {
123
124
let generationConfig = GenerationConfig (
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ struct InstanceConfig {
51
51
vertexV1Staging,
52
52
vertexV1Beta,
53
53
vertexV1BetaStaging,
54
- // Temporarily disabled due to Firebase Proxy issues :
54
+ // TODO(andrewheard): Prod config temporarily disabled due to backend issue :
55
55
// developerV1Beta,
56
- // developerV1BetaStaging,
56
+ developerV1BetaStaging,
57
57
developerV1Spark,
58
58
developerV1BetaSpark,
59
59
]
@@ -63,9 +63,9 @@ struct InstanceConfig {
63
63
vertexV1Staging,
64
64
vertexV1Beta,
65
65
vertexV1BetaStaging,
66
- // Temporarily disabled due to Firebase Proxy issues :
66
+ // TODO(andrewheard): Prod config temporarily disabled due to backend issue :
67
67
// developerV1Beta,
68
- // developerV1BetaStaging,
68
+ developerV1BetaStaging,
69
69
developerV1BetaSpark,
70
70
]
71
71
You can’t perform that action at this time.
0 commit comments