Skip to content

Commit 585f5cd

Browse files
author
Guiners
committed
Merge remote-tracking branch 'origin/sample/imggen' into sample/imggen
2 parents e882b5c + 3ae0039 commit 585f5cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ai-platform/snippets/test/imagen.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ describe('AI platform edit image using Imagen inpainting and outpainting', () =>
6666
});
6767
});
6868

69-
describe('AI platform get image captions and responses using Imagen', () => {
69+
// b/452720552
70+
describe.skip('AI platform get image captions and responses using Imagen', () => {
7071
it('should get short form captions for an image', async () => {
7172
const stdout = execSync('node ./imagen-get-short-form-image-captions.js', {
7273
cwd,

0 commit comments

Comments
 (0)