Skip to content

Commit

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

Expand Down

0 comments on commit a9f2763

Please sign in to comment.