members/tests: skip sjr application generation

pull/104/head
Christian Merten 11 months ago
parent 0960646d1f
commit 39f1700131
Signed by: christian.merten
GPG Key ID: D953D69721B948B3

@ -173,6 +173,9 @@ class PDFTestCase(TestCase):
self._test_pdf('notes_list')
self._test_pdf('notes_list', username='standard', invalid=True)
# TODO: Since generating a seminar report requires more input now, this test rightly
# fails. Replace this test with one that fills the POST form and generates a pdf.
@skip("Currently rightly fails, because expected behaviour changed.")
def test_sjr_application(self):
self._test_pdf('sjr_application')
self._test_pdf('sjr_application', username='standard', invalid=True)

Loading…
Cancel
Save