Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions test/integration/remote-config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ describe('admin.remoteConfig', () => {
}).to.throw('Cannot set property etag of #<RemoteConfigTemplateImpl> which has only a getter');
});

// A failing integration test to trigger the send email action.
// Remove this once the testing is complete.
it('A failing integration test to trigger nightly email notifications', () => {
expect('a').to.be.equal('b');
});

describe('validateTemplate', () => {
it('should succeed with a vaild template', () => {
// set parameters, groups, and conditions
Expand Down