Skip to content

Commit 57ce426

Browse files
authored
[Firebase AI] Disable some Imagen tests from CI (#1365)
* [Firebase AI] Disable some Imagen tests from CI * Update UIHandlerAutomated.cs
1 parent 622331d commit 57ce426

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

firebaseai/testapp/Assets/Firebase/Sample/FirebaseAI/UIHandlerAutomated.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,21 @@ protected override void Start()
7575
TestCountTokens,
7676
TestYoutubeLink,
7777
TestGenerateImage,
78+
#if !(FIREBASE_RUNNING_FROM_CI && !UNITY_EDITOR)
79+
// Disabled from CI, because of rate limit issues
7880
TestImagenGenerateImage,
81+
#endif
7982
TestImagenGenerateImageOptions,
8083
TestThinkingBudget,
8184
TestIncludeThoughts,
8285
TestCodeExecution,
8386
TestUrlContext,
8487
TestTemplateGenerateContent,
8588
TestTemplateGenerateContentStream,
89+
#if !(FIREBASE_RUNNING_FROM_CI && !UNITY_EDITOR)
90+
// Disabled from CI, because of rate limit issues
8691
TestTemplateImagenGenerateImage,
92+
#endif
8793
};
8894
// Set of tests that only run the single time.
8995
Func<Task>[] singleTests = {

0 commit comments

Comments
 (0)