Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Oct 20, 2023
2 parents 5e86978 + 01c54e5 commit 16d3cd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/redturtle/prenotazioni/tests/test_vacation_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ def tearDown(self):
self.api_session_admin.close()
self.api_session_anon.close()

@unittest.skipIf(
date.today().day >= 20, "issue testing in the last days of a month"
)
def test_add_vacation(self):
# UTC time
start = self.next_monday.replace(hour=8, minute=0)
Expand Down

0 comments on commit 16d3cd8

Please sign in to comment.