Crash analytic surges up when runner running testcases

Background:

I am using Django2 and Sentry for detecting my crash. In my gitlab pipe line. I used to has test job as a major concern to not break any features when deploy new feature.

Many of my testcases contains Exception and Sentry does surge up.

Question:

Do I have any technique to suppress sentry for a while during pipeline running?