File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
firebaseai/testapp/Assets/Firebase/Sample/FirebaseAI Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments