diff --git a/scheduler/test/test.samples.js b/scheduler/test/test.samples.js index 763c95cd15..50fbc6bfaf 100644 --- a/scheduler/test/test.samples.js +++ b/scheduler/test/test.samples.js @@ -50,9 +50,6 @@ describe('Cloud Scheduler Sample Tests', () => { `node deleteJob.js ${PROJECT_ID} ${LOCATION_ID} ${jobName}` ); assert.match(stdout, /Job deleted/); - // This is to test that flaky tests are appropriately reported, - // and will be rolled back immediately: - assert.strictEqual(true, false); }); });