diff --git a/.circleci/config.yml b/.circleci/config.yml index aa77db2fde0..7d0864c6dce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -189,7 +189,7 @@ commands: when: on_fail command: git fetch --unshallow - discord/status: - only_for_branches: main,next,alpha,yann/improve-reporting-mechanism + only_for_branches: main,next,alpha fail_only: true failure_message: $(yarn get-report-message << pipeline.parameters.workflow >> << parameters.template >>) jobs: diff --git a/code/lib/node-logger/src/index.test.ts b/code/lib/node-logger/src/index.test.ts index 9e6ff8c2135..40188dbc8ce 100644 --- a/code/lib/node-logger/src/index.test.ts +++ b/code/lib/node-logger/src/index.test.ts @@ -8,9 +8,6 @@ jest.mock('npmlog', () => ({ })); describe('node-logger', () => { - it('should fail', () => { - expect(1).toBe(2); - }); it('should have an info method', () => { const message = 'information'; logger.info(message);