sentry-python
sentry-python copied to clipboard
Enable skipped celery test again
Problem Statement
During refactoring of our test suite to run it in parallel on all cpu cores, one test could not run. So I deactivated the test test_redis_backend_trace_propagation.
Solution Brainstorm
Reactivate the test and make it run in the new test suite.