We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37ce35 commit e12bdb3Copy full SHA for e12bdb3
ai-platform/snippets/test/create-custom-job.test.js
@@ -43,7 +43,8 @@ function parseResponse(stdout) {
43
44
let customJobId;
45
46
-describe('AI platform create custom job', () => {
+describe('AI platform create custom job', async function () {
47
+ this.retries(2);
48
it('should create a new custom job', async () => {
49
const stdout = execSync(
50
`node ./create-custom-job.js ${customJobDisplayName} \
0 commit comments