Skip to content

Commit a5ac2de

Browse files
author
Benjamin E. Coe
authored
test: intentional break to test flake bot (#324)
1 parent 61bc5e3 commit a5ac2de

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)