Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!869
Resolve "[Tests] Disable pdffile test for now"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "[Tests] Disable pdffile test for now"
603-tests-disable-pdffile-test-for-now
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Tom Teichler
requested to merge
603-tests-disable-pdffile-test-for-now
into
master
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Mitigates
#603 (closed)
Edited
3 years ago
by
Nik | Klampfradler
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
627b063c
1 commit,
3 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
aleksis/core/tests/models/test_pdffile.py
+
1
−
0
Options
@@ -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