refs(tests): Remove `USE_SNUBA` env variable from test configs. (#39316)
This is unused since we merged
https://github.com/getsentry/sentry/pull/39297. So both the backend and
snuba tests are running on almost the same config now. The main
difference is that snuba tests run kafka, while backend don't.
We could probably look into unifying these jobs in the near future.