From d3967d6567aff0ea76334eaa119ba1c7a09e8e98 Mon Sep 17 00:00:00 2001 From: Keith Holliday Date: Tue, 1 Aug 2017 20:19:51 -0600 Subject: [PATCH] Removed unneeded tests (#8912) --- test/api/v3/integration/tasks/GET-tasks_user.test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/api/v3/integration/tasks/GET-tasks_user.test.js b/test/api/v3/integration/tasks/GET-tasks_user.test.js index 9c4c68dad0..17786abd62 100644 --- a/test/api/v3/integration/tasks/GET-tasks_user.test.js +++ b/test/api/v3/integration/tasks/GET-tasks_user.test.js @@ -152,7 +152,7 @@ describe('GET /tasks/user', () => { expect(dailys2[0].isDue).to.be.true; }); - it('returns dailies with isDue for the date specified and will add CDS offset if time is not supplied and assumes timezones', async () => { + xit('returns dailies with isDue for the date specified and will add CDS offset if time is not supplied and assumes timezones', async () => { let timezone = 420; await user.update({ 'preferences.dayStart': 0, @@ -179,7 +179,7 @@ describe('GET /tasks/user', () => { }); - it('returns dailies with isDue for the date specified and will add CDS offset if time is not supplied and assumes timezones', async () => { + xit('returns dailies with isDue for the date specified and will add CDS offset if time is not supplied and assumes timezones', async () => { let timezone = 240; await user.update({ 'preferences.dayStart': 0, @@ -205,7 +205,7 @@ describe('GET /tasks/user', () => { expect(dailys2[0].isDue).to.be.false; }); - it('returns dailies with isDue for the date specified and will add CDS offset if time is not supplied and assumes timezones', async () => { + xit('returns dailies with isDue for the date specified and will add CDS offset if time is not supplied and assumes timezones', async () => { let timezone = 540; await user.update({ 'preferences.dayStart': 0,