Skip to content

Commit

Permalink
Revert "FIXME: @Skip() test that fails inside container"
Browse files Browse the repository at this point in the history
This reverts commit e2435d4.
  • Loading branch information
jpluscplusm committed Dec 30, 2024
1 parent b6a3c6f commit a169175
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ynr/apps/candidates/tests/test_record_winner.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from unittest import skip

import mock
from django.urls import reverse
from django_webtest import WebTest
Expand Down Expand Up @@ -34,7 +32,6 @@ def setUp(self):
ballot=self.dulwich_post_ballot_earlier,
)

@skip("FIXME: figure out why this fails inside a container")
@mock.patch("django.utils.timezone.now")
def test_record_winner_link_present(self, mock_now):
mock_now.return_value = mock_in_past()
Expand Down

0 comments on commit a169175

Please sign in to comment.