Skip to content

Commit a9f2763

Browse files
bcoeAce Nassri
authored and
Ace Nassri
committed
Revert "test: intentional break to test flake bot (#324)" (#326)
This reverts commit a622fc6eb2f8a4af755a45580968324269fa89a1.
1 parent dc2cf99 commit a9f2763

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scheduler/test/test.samples.js

-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ 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);
5653
});
5754
});
5855

0 commit comments

Comments
 (0)