We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55fe9b commit dc2cf99Copy full SHA for dc2cf99
1 file changed
scheduler/test/test.samples.js
@@ -50,6 +50,9 @@ describe('Cloud Scheduler Sample Tests', () => {
50
`node deleteJob.js ${PROJECT_ID} ${LOCATION_ID} ${jobName}`
51
);
52
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);
56
});
57
58
0 commit comments