From 02d5cfc62bcd6a929cce482a18bed0c4e2305c7a Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 26 May 2023 13:01:34 -0700 Subject: [PATCH] fix test --- tests/app/main/views/test_jobs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/app/main/views/test_jobs.py b/tests/app/main/views/test_jobs.py index 8c67b3b8e..c6e43071d 100644 --- a/tests/app/main/views/test_jobs.py +++ b/tests/app/main/views/test_jobs.py @@ -252,12 +252,11 @@ def test_should_show_job_with_sending_limit_exceeded_status( 'No messages to show yet…' )), # Created a while ago, started just within the last 24h - # TODO -- should pass, tech debt due to timezone changes, re-evaluate after UTC changes + # TODO -- fails locally, should pass, tech debt due to timezone changes, re-evaluate after UTC changes pytest.param( datetime(2020, 1, 1, 0, 0, 0), datetime(2020, 1, 9, 6, 0, 1), ('No messages to show yet…'), - marks=pytest.mark.xfail(raises=AssertionError), ), # Created a while ago, started exactly 24h ago # ---