Skip to content

Commit d961c3f

Browse files
chore: Clean up nightly workflow trigger tests (#1212)
- Remove failing integration test added to trigger the send email workflow in nightly builds.
1 parent 1cc82ae commit d961c3f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/integration/remote-config.spec.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ describe('admin.remoteConfig', () => {
8888
}).to.throw('Cannot set property etag of #<RemoteConfigTemplateImpl> which has only a getter');
8989
});
9090

91-
// A failing integration test to trigger the send email action.
92-
// Remove this once the testing is complete.
93-
it('A failing integration test to trigger nightly email notifications', () => {
94-
expect('a').to.be.equal('b');
95-
});
96-
9791
describe('validateTemplate', () => {
9892
it('should succeed with a vaild template', () => {
9993
// set parameters, groups, and conditions

0 commit comments

Comments
 (0)