Skip to content

Commit f1ba5f3

Browse files
Benjamin E. CoeAce Nassri
authored andcommitted
test: intentional break to test flake bot (#324)
1 parent bdbd76f commit f1ba5f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scheduler/test/test.samples.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ describe('Cloud Scheduler Sample Tests', () => {
5050
`node deleteJob.js ${PROJECT_ID} ${LOCATION_ID} ${jobName}`
5151
);
5252
assert.match(stdout, /Job deleted/);
53+
// This is to test that flaky tests are appropriately reported,
54+
// and will be rolled back immediately:
55+
assert.strictEqual(true, false);
5356
});
5457
});
5558

0 commit comments

Comments
 (0)