We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3beb0 commit 62dbb27Copy full SHA for 62dbb27
1 file changed
ai-platform/snippets/test/imagen.test.js
@@ -66,7 +66,8 @@ describe('AI platform edit image using Imagen inpainting and outpainting', () =>
66
});
67
68
69
-describe('AI platform get image captions and responses using Imagen', () => {
+// b/452720552
70
+describe.skip('AI platform get image captions and responses using Imagen', () => {
71
it('should get short form captions for an image', async () => {
72
const stdout = execSync('node ./imagen-get-short-form-image-captions.js', {
73
cwd,
0 commit comments