Skip to content
Snippets Groups Projects

Resolve "[Tests] Disable pdffile test for now"

Merged Tom Teichler requested to merge 603-tests-disable-pdffile-test-for-now into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -18,6 +18,7 @@ from aleksis.core.util.pdf import clean_up_expired_pdf_files
pytestmark = pytest.mark.django_db
@pytest.mark.skip
@pytest.mark.usefixtures("celery_worker")
@override_settings(CELERY_BROKER_URL="memory://localhost//")
class PDFFIleTest(TransactionTestCase):
Loading