This commit is contained in:
Kenneth Kehl
2023-05-26 13:01:34 -07:00
parent 618c2eb6bb
commit 02d5cfc62b

View File

@@ -252,12 +252,11 @@ def test_should_show_job_with_sending_limit_exceeded_status(
'No messages to show yet…' 'No messages to show yet…'
)), )),
# Created a while ago, started just within the last 24h # 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( pytest.param(
datetime(2020, 1, 1, 0, 0, 0), datetime(2020, 1, 1, 0, 0, 0),
datetime(2020, 1, 9, 6, 0, 1), datetime(2020, 1, 9, 6, 0, 1),
('No messages to show yet…'), ('No messages to show yet…'),
marks=pytest.mark.xfail(raises=AssertionError),
), ),
# Created a while ago, started exactly 24h ago # Created a while ago, started exactly 24h ago
# --- # ---