From d755689788d248811d14b1d2bb90c045db95c92f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 17 Sep 2023 14:53:02 +0530 Subject: [PATCH] chore(test): adds broken test back --- tests/domain-service.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/domain-service.test.js b/tests/domain-service.test.js index 1ccb8d571..79ea1d1e2 100644 --- a/tests/domain-service.test.js +++ b/tests/domain-service.test.js @@ -165,7 +165,7 @@ describe('Domain service', () => { ]); }); - it.skip('should resolve with a redirections', async () => { + it('should resolve with a redirections', async () => { const zones = [ { line: '111', name: 'xx', type: 'CNAME', address: 'fck.com.' }, { line: '112', name: 'xx', type: 'A', address: '111.1.1212.1' },