From 86edd209fd70f09ba7ac707c09ae8d8c9387ff43 Mon Sep 17 00:00:00 2001 From: kraaij <kraaij@astron.nl> Date: Thu, 19 Oct 2023 07:31:30 +0200 Subject: [PATCH] trigger build --- .../src/routes/Timeline/helpers/toolbar/filters.helper.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAS/TMSS/frontend/tmss_webapp/src/routes/Timeline/helpers/toolbar/filters.helper.test.js b/SAS/TMSS/frontend/tmss_webapp/src/routes/Timeline/helpers/toolbar/filters.helper.test.js index 5bf70bf3d4f..b8651cb4cf0 100644 --- a/SAS/TMSS/frontend/tmss_webapp/src/routes/Timeline/helpers/toolbar/filters.helper.test.js +++ b/SAS/TMSS/frontend/tmss_webapp/src/routes/Timeline/helpers/toolbar/filters.helper.test.js @@ -309,7 +309,7 @@ describe('getReservationItem', () => { const displayDate = moment('2023-08-08', 'YYYY-MM-DD'); - // TODO : Fix Unit Test should return the correct reservation item (no stations) + // TODO : Fix Unit Test should return the correct reservation item (no stations) it.skip('should return the correct reservation item (no stations)', () => { const result = getReservationItem(reservation, 0, displayDate); expect(result).toEqual(expectedItem); -- GitLab