Skip to content

Commit

Permalink
test: intentional break to test flake bot (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and Ace Nassri committed Nov 14, 2022
1 parent c55fe9b commit dc2cf99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scheduler/test/test.samples.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ 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);
});
});

Expand Down

0 comments on commit dc2cf99

Please sign in to comment.