Skip to content

Commit 7f5863d

Browse files
committed
Added a FIXME comment about a test which can fail if run across the midnight date shift.
- Legacy-Id: 11544
1 parent 8fee031 commit 7f5863d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/submit/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ def test_edit_submission_and_force_post(self):
546546

547547
# edit
548548
mailbox_before = len(outbox)
549+
# FIXME If this test is started before midnight, and ends after, it will fail
549550
document_date = datetime.date.today() - datetime.timedelta(days=-3)
550551
r = self.client.post(edit_url, {
551552
"edit-title": "some title",

0 commit comments

Comments
 (0)