Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit ffc9a3f

Browse files
authored
fix: added retries to flaky test (#299)
1 parent 3e426e0 commit ffc9a3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/test/create-custom-job.test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ function parseResponse(stdout) {
4343

4444
let customJobId;
4545

46-
describe('AI platform create custom job', () => {
46+
describe('AI platform create custom job', async function () {
47+
this.retries(2);
4748
it('should create a new custom job', async () => {
4849
const stdout = execSync(
4950
`node ./create-custom-job.js ${customJobDisplayName} \

0 commit comments

Comments
 (0)