Skip to content

Commit 1e4e325

Browse files
committed
ci(ai-platform): skip tests for imagetext@001 samples
Pending deprecation b/452720552
1 parent e09c927 commit 1e4e325

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)