Skip to content
Merged
Changes from 1 commit
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
Next Next commit
chore: Clean up nightly workflow trigger tests
- Remove failing integration test added to trigger the send email workflow in nightly builds.
  • Loading branch information
lahirumaramba authored Mar 31, 2021
commit ee5b5cfbf8ae0b832ad8e52a3b6b11050e9591c7
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