Skip to content

Commit ac14df5

Browse files
authored
chore: Added retry batch glos (#681)
Fixes #669 🦕
1 parent ffe6e26 commit ac14df5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

translate/test/v3/translate_batch_translate_text_with_glossary.test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ describe(REGION_TAG, () => {
6464
});
6565
});
6666

67-
it('should batch translate the input text with a glossary', async () => {
67+
it('should batch translate the input text with a glossary', async function () {
68+
this.retries(3);
6869
const projectId = await translationClient.getProjectId();
6970
// make sure the bucket is empty.
7071
await clearBucket(projectId, storage, bucketUuid);

0 commit comments

Comments
 (0)