File tree 2 files changed +7
-6
lines changed
FirebaseVertexAI/Tests/TestApp/Tests
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,10 @@ struct GenerateContentIntegrationTests {
116
116
117
117
@Test ( arguments: [
118
118
InstanceConfig . vertexV1Beta,
119
- // TODO(andrewheard): Prod config temporarily disabled due to backend issue.
119
+ // TODO(andrewheard): Configs temporarily disabled due to backend issue.
120
120
// InstanceConfig.developerV1Beta,
121
- InstanceConfig . developerV1BetaStaging, // Remove after re-enabling `developerV1Beta` config.
121
+ // InstanceConfig.developerV1BetaStaging
122
+ InstanceConfig . developerV1BetaSpark,
122
123
] )
123
124
func generateImage( _ config: InstanceConfig ) async throws {
124
125
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
- // TODO(andrewheard): Prod config temporarily disabled due to backend issue:
54
+ // TODO(andrewheard): Configs 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
- // TODO(andrewheard): Prod config temporarily disabled due to backend issue:
66
+ // TODO(andrewheard): Configs 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