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