From a9f27639b1217c42a9ba59bb709380759ddc0960 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Tue, 26 Jan 2021 09:41:37 -0800 Subject: [PATCH] Revert "test: intentional break to test flake bot (#324)" (#326) This reverts commit a622fc6eb2f8a4af755a45580968324269fa89a1. --- scheduler/test/test.samples.js | 3 --- 1 file changed, 3 deletions(-) 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); }); });