Skip to content

Commit

Permalink
revert retries
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos committed Jan 27, 2025
1 parent 745ca63 commit de934d3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ describe('Generative AI Stream MultiModal with Image', () => {
// const model = 'gemini-1.5-flash-001';

it('should create stream multimodal content', async () => {
this.retries(3);
const output = execSync(
`node ./sendMultiModalPromptWithImage.js ${projectId} ${location} ${model}`
);
Expand Down

0 comments on commit de934d3

Please sign in to comment.